From 0ec27dda741a3d7dd56bb2e9f2d5275963cab6ca Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Fri, 8 Aug 2014 01:29:50 +0200 Subject: [PATCH] Add Qt5 printsupport module --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef71d5700..0cf623955 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ include(ECMInstallIcons) include(ECMSetupVersion) include(ECMOptionalAddSubdirectory) -find_package(Qt5 CONFIG REQUIRED COMPONENTS Core DBus Test Widgets) +find_package(Qt5 CONFIG REQUIRED COMPONENTS Core DBus Test Widgets PrintSupport) find_package(KF5 REQUIRED Archive Bookmarks CoreAddons Config ConfigWidgets DBusAddons KIO KDELibs4Support Parts Activities)