On Thursday 01 November 2007, Oswald Buddenhagen wrote: > moin, > > have a look at http://bugs.kde.org/show_bug.cgi?id=148396 . > the link lines in the corresponding CMakeLists.txt are like: > target_link_libraries( keuphoria.kss ${KDE4_KDEUI_LIBS} ${STRIGI_LIBRARIES} > ${QT_QTOPENGL_LIBRARY} kscreensaver) > now i'm wondering: why aren't there _LIBS variables with all deps for the > Qt libs?
You want QT_QTOPENGL_LIBRARIES I think. -- David Faure, [EMAIL PROTECTED], sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
