Problem to compile kdesupport
Matthew Woehlke
mw_triad at users.sourceforge.net
Tue Sep 25 21:28:58 BST 2007
Sebastian TrĂ¼g wrote:
> please try this patch for now:
>
> Index: server/CMakeLists.txt
> ===================================================================
> --- server/CMakeLists.txt (revision 716921)
> +++ server/CMakeLists.txt (working copy)
> @@ -1,5 +1,10 @@
> project(soprano_server)
>
> +# not always defined. FIXME: find out how and when
> +if(NOT ${QT_QTDBUS_LIBRARY})
> + set(QT_QTDBUS_LIBRARY "QtDBus")
> +endif(NOT ${QT_QTDBUS_LIBRARY})
> +
> include_directories(
> ${soprano_server_BINARY_DIR}
> ${soprano_core_SOURCE_DIR}
Unless you can demonstrate that this is still broken at r716927, please
revert this, as it is breaking for winterz and looks to conflict with
r716927. Earlier today (r716927) I copied FindQt4.cmake from kdelibs
which fixed the problem for me and I believe qualifies as a "correct"
solution.
Note: you may need to nuke your build directory (or at least cmake
cache) and reconfigure to cause FindQt4 to re-run and correctly fill in
the cache.
--
Matthew
"What, more work?" -- Peasants (Warcraft II)
More information about the kde-core-devel
mailing list