Fix build breakage done by infidels trying to make this holy codebase compile on non-blessed systems. Yes SaroEngels, I'm looking at you ;)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=852583
This commit is contained in:
Andreas Hartmetz 2008-08-26 02:13:29 +00:00
parent 72b392a650
commit d65308eb0a

View File

@ -108,9 +108,9 @@ kde4_add_library(plasma SHARED ${plasma_LIB_SRCS})
target_link_libraries(plasma ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KNEWSTUFF2_LIBS}
${QT_QTUITOOLS_LIBRARY} ${QT_QTWEBKIT_LIBRARY}
${KDE4_THREADWEAVER_LIBRARIES} ${KDE4_SOLID_LIBS} ${X11_LIBRARIES})
if(${DL_LIBRARY})
if(DL_LIBRARY)
target_link_libraries(plasma ${DL_LIBRARY})
endif(${DL_LIBRARY})
endif(DL_LIBRARY)
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
target_link_libraries(plasma ${QT_QTOPENGL_LIBRARY} ${OPENGL_gl_LIBRARY})