File 0001-Revert-Require-Qt-5.7.0.patch of Package ktp-text-ui
From 074c5f1528e269bc92be7de0f3fd104c3242da2f Mon Sep 17 00:00:00 2001
From: Luca Beltrame <lbeltrame@kde.org>
Date: Sun, 16 Apr 2017 18:54:59 +0200
Subject: [PATCH 1/1] Revert "Require Qt 5.7.0"
This reverts commit b8d627a8fed59ae865cf2b2e07a452804b6903bf.
---
CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 81b2eb8..3a51115 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,6 @@ find_package (KF5 REQUIRED COMPONENTS Archive Sonnet WidgetsAddons Service Emoti
WebKit WindowSystem XmlGui ItemViews TextWidgets
IconThemes DBusAddons)
find_package (Qt5 REQUIRED COMPONENTS WebKitWidgets)
-find_package(Qt5 ${QT_REQUIRED_VERSION} REQUIRED COMPONENTS WebEngine WebEngineWidgets)
find_package(Qt5 ${QT_REQUIRED_VERSION} OPTIONAL_COMPONENTS TextToSpeech)
if (NOT Qt5TextToSpeech_FOUND)
message(STATUS "Qt5TextToSpeech not found, speech features will be disabled")
--
2.12.2