On Thursday 05 January 2012, Shaun Reich wrote: > On Thu, Jan 5, 2012 at 12:03 PM, Torgny Nyblom <[email protected]> wrote: > > Hi, > > > > I'm having an issue with building nepomuk-core in jenkins. > > > > The issue seems to be that the path to where kdelibs installs its > > libraries to is missing from the linker include paths generated by > > cmake. > > > > Below is the command that is generated and the resulting error. > > > > /usr/bin/ld: cannot find -lkdecore > > /usr/bin/ld: cannot find -lkdeui > > > > > > target_link_libraries(nepomukcore > > ${SOPRANO_LIBRARIES} > > ${SOPRANO_CLIENT_LIBRARIES} > > ${QT_QTCORE_LIBRARY} > > ${QT_QTGUI_LIBRARY} > > ${QT_QTDBUS_LIBRARY} > > kdecore > > kdeui > > ) > > shouldn't this be: ${KDE4_KDECORE_LIBS} and ${KDE4_KDEUI_LIBS} ?
Yes, this should, well, must be used. Alex _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
