From b79922b83651aebc85993c54e14d326aa4e476ea Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 19 Aug 2015 04:18:05 +0300 Subject: [PATCH] plasma: do not attempt to link systemtray applet to all Qt libraries --- plasma/generic/applets/systemtray/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasma/generic/applets/systemtray/CMakeLists.txt b/plasma/generic/applets/systemtray/CMakeLists.txt index 638d5c2e..d65f9ccc 100644 --- a/plasma/generic/applets/systemtray/CMakeLists.txt +++ b/plasma/generic/applets/systemtray/CMakeLists.txt @@ -44,7 +44,7 @@ ENDIF (HAVE_LIBXSS) kde4_add_plugin(plasma_applet_systemtray ${systemtray_SRCS}) include_directories(${CMAKE_SOURCE_DIR}) target_link_libraries(plasma_applet_systemtray - ${QT_LIBRARIES} + ${QT_QTDECLARATIVE_LIBRARIES} ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS} ${X11_LIBRARIES}