svn path=/trunk/KDE/kdelibs/; revision=1119250
This commit is contained in:
Aaron J. Seigo 2010-04-26 21:08:24 +00:00
parent cbd94fc434
commit 56dedaf0e4

View File

@ -219,7 +219,7 @@ endif(PHONON_FOUND)
kde4_add_library(plasma SHARED ${plasma_LIB_SRCS})
target_link_libraries(plasma ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS} knewstuff3
${QT_QTUITOOLS_LIBRARY} ${QT_QTWEBKIT_LIBRARY} kdewebkit
${QT_QTUITOOLS_LIBRARY} ${QT_QTWEBKIT_LIBRARY} ${QT_QTSCRIPT_LIBRARY} kdewebkit
kdnssd threadweaver ${KDE4_SOLID_LIBS} )
if(QCA2_FOUND)