Problem to compile kdesupport

Thiago Macieira thiago at kde.org
Tue Sep 25 21:39:29 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})
>+

Patch is wrong.

If QtDBus isn't found, you should not compile whatever depends on QtDBus.

I cannot reproduce the problem.
-- 
  Thiago Macieira  -  thiago (AT) macieira.info - thiago (AT) kde.org
    PGP/GPG: 0x6EF45358; fingerprint:
    E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20070925/2b8827a7/attachment.sig>


More information about the kde-core-devel mailing list