From b892f68e3e1b2a922ee947bdfbafe89b5172b8f2 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 3 Nov 2013 00:28:30 +0100 Subject: [PATCH] Fix compilation --- CMakeLists.txt | 2 +- src/scriptengines/qml/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6837f103..c6ab36707 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endif() set (QT_MIN_VERSION "5.2.0") -find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Quick X11Extras Sql UiTools Qml Widgets Svg Declarative Script Test) +find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Quick X11Extras Sql UiTools Qml Widgets Svg Declarative Script Test PrintSupport) find_package(KF5 CONFIG REQUIRED KIdleTime ItemModels KWidgetsAddons KWindowSystem KCodecs KArchive KCoreAddons Solid ThreadWeaver KConfig KAuth KJS KWallet KDBusAddons KI18n KGuiAddons KConfigWidgets diff --git a/src/scriptengines/qml/CMakeLists.txt b/src/scriptengines/qml/CMakeLists.txt index 6074b506e..c3f8d6523 100644 --- a/src/scriptengines/qml/CMakeLists.txt +++ b/src/scriptengines/qml/CMakeLists.txt @@ -27,6 +27,7 @@ target_link_libraries(plasma_appletscript_declarative KF5::KIOWidgets KF5::KDeclarative KF5::KI18n + KF5::XmlGui # KActionCollection Plasma PlasmaQuick )