From 0e8f31644b66dbbe3ea4b9b3e346378a32bd09b9 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 1 Oct 2013 14:12:14 +0200 Subject: [PATCH] Add some missing links. The --- src/declarativeimports/core/tests/CMakeLists.txt | 1 + src/plasma/CMakeLists.txt | 2 ++ src/plasma/tests/kplugins/CMakeLists.txt | 2 +- src/plasmapkg/CMakeLists.txt | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/declarativeimports/core/tests/CMakeLists.txt b/src/declarativeimports/core/tests/CMakeLists.txt index 2a4564a99..fce8d4381 100644 --- a/src/declarativeimports/core/tests/CMakeLists.txt +++ b/src/declarativeimports/core/tests/CMakeLists.txt @@ -19,6 +19,7 @@ target_link_libraries(sortfiltermodeltest ${QT_QTGUI_LIBRARY} ${QT_QTTEST_LIBRARY} ${KI18n_LIBRARIES} + Qt5::Qml ) diff --git a/src/plasma/CMakeLists.txt b/src/plasma/CMakeLists.txt index 4c56401a5..e879b71c2 100644 --- a/src/plasma/CMakeLists.txt +++ b/src/plasma/CMakeLists.txt @@ -141,6 +141,7 @@ target_link_libraries(plasma ${QT_QTSQL_LIBRARY} ${Qt5Quick_LIBRARIES} Qt5::Svg + Qt5::DBus ${ThreadWeaver_LIBRARIES} ${KAuth_LIBRARIES} ${KWindowSystem_LIBRARIES} @@ -149,6 +150,7 @@ target_link_libraries(plasma KF5::KIconThemes KF5::KI18n KF5::KDE4Attic + Qt5::UiTools ${KDE4Attic_LIBRARIES} ${KDE4Support_LIBRARIES} # needed for KStandardDirs and KGlobal ) diff --git a/src/plasma/tests/kplugins/CMakeLists.txt b/src/plasma/tests/kplugins/CMakeLists.txt index 5424b50f4..c95a21636 100644 --- a/src/plasma/tests/kplugins/CMakeLists.txt +++ b/src/plasma/tests/kplugins/CMakeLists.txt @@ -5,7 +5,7 @@ add_executable(plugintest plugintest.cpp ) -target_link_libraries(plugintest plasma ${KI18n_LIBRARIES} ${KService_LIBRARIES} ) +target_link_libraries(plugintest plasma ${KI18n_LIBRARIES} ${KService_LIBRARIES} Qt5::DBus) message("INSTALL_TARGETS_DEFAULT_ARGS ${INSTALL_TARGETS_DEFAULT_ARGS}") diff --git a/src/plasmapkg/CMakeLists.txt b/src/plasmapkg/CMakeLists.txt index af209a694..a9f1965fa 100644 --- a/src/plasmapkg/CMakeLists.txt +++ b/src/plasmapkg/CMakeLists.txt @@ -5,7 +5,7 @@ add_executable(plasmapkg plasmapkg.cpp ) -target_link_libraries(plasmapkg plasma ${KI18n_LIBRARIES} ${KService_LIBRARIES} KF5::KCoreAddons) +target_link_libraries(plasmapkg plasma ${KI18n_LIBRARIES} ${KService_LIBRARIES} KF5::KCoreAddons Qt5::DBus) message("INSTALL_TARGETS_DEFAULT_ARGS ${INSTALL_TARGETS_DEFAULT_ARGS}")