missing libs in link

David Faure faure at kde.org
Fri Nov 2 11:10:14 CET 2007


On Friday 02 November 2007, Oswald Buddenhagen wrote:
> On Fri, Nov 02, 2007 at 10:37:24AM +0100, David Faure wrote:
> > On Thursday 01 November 2007, Oswald Buddenhagen wrote:
> > > 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.
> > 
> yes, i really want. now, who will give it to me. ;)

I meant, that I think it already exists.
FindQt4.cmake:791:        SET(QT_${basename}_LIBRARIES optimized ${QT_${basename}_LIBRARY} debug ${QT_${basename}_LIBRARY_DEBUG})

But now I see that this is MSVC only (HUH?)

So you are correct, this is missing currently.

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).


More information about the Kde-buildsystem mailing list