Problem to compile kdesupport

Sebastian Trüg strueg at mandriva.com
Tue Sep 25 23:42:36 BST 2007


On Tuesday 25 September 2007 22:39:29 Thiago Macieira wrote:
> 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})
> >+
>
> Patch is wrong.
>
> If QtDBus isn't found, you should not compile whatever depends on QtDBus.
>
> I cannot reproduce the problem.

well, I hacked it this way because AFAIK the standard cmake QT4 module does 
not create the dbus variable.
As I said: this is not a real solution. Copying FindQt4 from KDE like Matthew 
did, however, is.

Cheers,
Sebastian




More information about the kde-core-devel mailing list