[SCM] ktp-text-ui packaging branch, master, updated. debian/16.04.2-1-88-g820317b

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 12 14:10:07 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=b8d627a

The following commit has been merged in the master branch:
commit b8d627a8fed59ae865cf2b2e07a452804b6903bf
Author: Niels Ole Salscheider <niels_ole at salscheider-online.de>
Date:   Thu Mar 23 20:40:13 2017 +0100

    Require Qt 5.7.0
    
    This is necessary after 06f9110dd1f4fdc8552d48ed3d10277d4e44a152.
    
    REVIEW: 130044
---
 CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 403e805..624fd16 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,8 @@ find_package (KF5 REQUIRED COMPONENTS Archive Sonnet WidgetsAddons Service Emoti
                                       KIO KCMUtils NotifyConfig Notifications I18n
                                       WindowSystem XmlGui ItemViews TextWidgets
                                       IconThemes DBusAddons)
-find_package (Qt5 REQUIRED COMPONENTS WebEngine WebEngineWidgets)
+set(QT_REQUIRED_VERSION 5.7.0)
+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")

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list