From 5033a104e22604b61f00ee3cfd2c735b6d169efb Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 3 Jul 2017 21:47:55 +0200 Subject: [PATCH] Add KF5WindowSystem to link interface Summary: Otherwise, reverse-dependencies are bugged with finding KF5WindowSystem themselves. Test Plan: Builds fine, plasma-sdk does not need to add KF5WindowSystem anymore. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: plasma-devel, davidedmundson, #frameworks Tags: #frameworks, #plasma Differential Revision: https://phabricator.kde.org/D6493 --- KF5PlasmaConfig.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/KF5PlasmaConfig.cmake.in b/KF5PlasmaConfig.cmake.in index 71e4528b2..f92f4485f 100644 --- a/KF5PlasmaConfig.cmake.in +++ b/KF5PlasmaConfig.cmake.in @@ -18,5 +18,6 @@ include(CMakeFindDependencyMacro) find_dependency(Qt5Gui "@REQUIRED_QT_VERSION@") find_dependency(KF5Package "@KF5_DEP_VERSION@") find_dependency(KF5Service "@KF5_DEP_VERSION@") +find_dependency(KF5WindowSystem "@KF5_DEP_VERSION@") include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaMacros.cmake")