[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [ktouch/homescreen-ng] /: Fix/Bump Dependencies
From:       Sebastian Gottfried <null () kde ! org>
Date:       2017-10-31 16:16:46
Message-ID: E1e9ZDa-00021i-8z () code ! kde ! org
[Download RAW message or body]

Git commit 0f823e484f8b8bfe3ca71c40bbab53572dd75e3d by Sebastian Gottfried.
Committed on 31/10/2017 at 14:35.
Pushed by gottfried into branch 'homescreen-ng'.

Fix/Bump Dependencies

 * require Qt Quick Controls 2 controls
 * bump Qt version requirement to 5.9 to get Qt Quick Controls 2.2

M  +2    -1    CMakeLists.txt
M  +1    -0    src/CMakeLists.txt

https://commits.kde.org/ktouch/0f823e484f8b8bfe3ca71c40bbab53572dd75e3d

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 48676ba..5956ad6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,11 +23,12 @@ include(ECMOptionalAddSubdirectory)
 include(ECMSetupVersion)
 include(FeatureSummary)
 =

-find_package(Qt5 5.5 REQUIRED COMPONENTS
+find_package(Qt5 5.9 REQUIRED COMPONENTS
     Gui
     Qml
     Quick
     QuickWidgets
+    QuickControls2
     Script
     Sql
     Test
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 74b087e..a8f855e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -129,6 +129,7 @@ target_link_libraries(ktouch
         Qt5::Qml
         Qt5::Quick
         Qt5::QuickWidgets
+        Qt5::QuickControls2
         Qt5::Script
         Qt5::Sql
         Qt5::XmlPatterns

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic