Fwd: KDE/kdebase/libkonq

Laurent Montel montel at kde.org
Wed Mar 1 11:17:57 CET 2006


On Wednesday 01 March 2006 10:30, David Faure wrote:
> > +target_link_libraries(konq  ${QT_AND_KDECORE_LIBS} kparts kde3support
> > kdeui kio DCOP ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY}
> > ${QT_QTXML_LIBRARY} kdefx ${ZLIB_LIBRARY} ${X11_LIBRARIES})
>
> We really need some ${LIB_KPARTS} alias which expands to
>   kparts kde3support kdeui kio DCOP ${QT_QTGUI_LIBRARY}
> ${QT_QT3SUPPORT_LIBRARY} ${QT_QTXML_LIBRARY} kdefx ${ZLIB_LIBRARY}
> ${X11_LIBRARIES} Is that possible?
>
> This is just too much details to be right.

It's possible see into FindKDE4.cmake:
set(QT_AND_KDECORE_LIBS ${QT_QTCORE_LIBRARY} kdecore)

perhaps you can add:
set(KPARTS_LIBS ${QT_QT3SUPPORT_LIBRARY} ${QT_QTXML_LIBRARY} kparts 
kde3support kdeui kio DCOP )



More information about the Kde-buildsystem mailing list