[Kde-bindings] nepomuk linking libraries
    David Palacio 
    dpalacio at uninorte.edu.co
       
    Sun Nov 30 01:00:11 UTC 2008
    
    
  
Some recent changes seem to have broken build of Smoke Nepomuk. With the 
following patch I got it building again:
Index: kdebindings/smoke/nepomuk/CMakeLists.txt
===================================================================
--- kdebindings/smoke/nepomuk/CMakeLists.txt    (revisión: 890729)
+++ kdebindings/smoke/nepomuk/CMakeLists.txt    (copia de trabajo)
@@ -85,6 +85,8 @@
 target_link_libraries(smokenepomuk
     ${NEPOMUK_LIBRARIES}
     ${KDE4_KDECORE_LIBS}
+    nepomukquery
+    nepomukqueryclient
     smokesoprano
     smokekde
     smokeqt )
Or perhaps this should go in kdelibs?
    
    
More information about the Kde-bindings
mailing list