[Kde-bindings] nepomuk linking libraries
    Richard Dale 
    rdale at foton.es
       
    Mon Dec  1 13:30:46 UTC 2008
    
    
  
On Sunday 30 November 2008 01:00:11 David Palacio wrote:
> 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?
I did add those libs to the CMakeLists.txt file, and then M. Laurent removed 
them:
svn log CMakeLists.txt | more                                                                                  
------------------------------------------------------------------------                                       
r886494 | mlaurent | 2008-11-19 12:13:45 +0000 (Wed, 19 Nov 2008) | 1 line                                     
not necessary, so we can build without kdebase
------------------------------------------------------------------------
r883382 | rdale | 2008-11-12 20:17:49 +0000 (Wed, 12 Nov 2008) | 3 lines
* Add the new Nepomuk query service classes and headers, and link against
  the query libs                                                         
I would like to have bindings for the Nepomuk query service classes in kdebase 
anyway.
-- Richard
    
    
More information about the Kde-bindings
mailing list