diff options
Diffstat (limited to 'kde-plasma/plasma-workspace/files/plasma-workspace-tests-optional.patch')
-rw-r--r-- | kde-plasma/plasma-workspace/files/plasma-workspace-tests-optional.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-tests-optional.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-tests-optional.patch new file mode 100644 index 000000000000..9ff1e382d5b3 --- /dev/null +++ b/kde-plasma/plasma-workspace/files/plasma-workspace-tests-optional.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt 2015-01-21 00:23:54.096323752 +0100 ++++ b/CMakeLists.txt 2015-01-21 00:24:36.304654204 +0100 +@@ -7,7 +7,7 @@ + set(QT_MIN_VERSION "5.4.0") + set(KF5_MIN_VERSION "5.8.0") + set(INSTALL_SDDM_THEME TRUE) +-find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Widgets Quick QuickWidgets Concurrent Test Script Network) ++find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Widgets Quick QuickWidgets Concurrent Script Network) + find_package(ECM 1.8.0 REQUIRED NO_MODULE) + set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) + |