From cf79873de63ecce4f907dc92cb7f13daa1a856b9 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 5 Jul 2017 08:35:57 +0200 Subject: [PATCH] Revert "Don't list KF5::WindowSystem in public libraries" PlasmaQuick::Dialog::WindowType uses KWindowSystem's API, so removing it from the list of the public libraries causes compilation issues in projects that depend on plasma-framework (such as plasma-desktop) which no longer find KWindowSystem's includes. This reverts commit f8de13c67421e0fec216e9d471266d26be94b22e. CCMAIL: kde@davidedmundson.co.uk --- autotests/CMakeLists.txt | 2 +- src/plasmaquick/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt index 616cb1049..baef66d32 100644 --- a/autotests/CMakeLists.txt +++ b/autotests/CMakeLists.txt @@ -23,7 +23,7 @@ MACRO(PLASMA_UNIT_TESTS) set(libs Qt5::Qml Qt5::Test KF5::Plasma KF5::PlasmaQuick KF5::Archive KF5::CoreAddons KF5::ConfigGui KF5::I18n KF5::KIOCore KF5::Service KF5::IconThemes - KF5::Declarative KF5::WindowSystem) + KF5::Declarative) if(QT_QTOPENGL_FOUND) list(APPEND libs Qt5::OpenGL) endif() diff --git a/src/plasmaquick/CMakeLists.txt b/src/plasmaquick/CMakeLists.txt index e86c920e9..5db6edbec 100644 --- a/src/plasmaquick/CMakeLists.txt +++ b/src/plasmaquick/CMakeLists.txt @@ -30,8 +30,8 @@ target_link_libraries(KF5PlasmaQuick Qt5::Quick Qt5::Qml KF5::Plasma - PRIVATE KF5::WindowSystem + PRIVATE KF5::KIOWidgets KF5::I18n KF5::IconThemes