Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-10-15 12:12:05 +0300
committerHannah von Reth <vonreth@kde.org>2021-10-28 09:49:40 +0300
commit29fda71b87b4b4291dd9a61c6d19508a6ab69f5a (patch)
tree1673ced4d03258919ea62f60ec8bd1b6c891a11e /src/CMakeLists.txt
parent5a22a5782441b4fcc1316e1900c0fa91e2c299bf (diff)
Require Qt 5.15
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6d68a2515..f4cbecdbe 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,4 +1,4 @@
-find_package(Qt5 5.12 COMPONENTS Core Network Xml Concurrent REQUIRED)
+find_package(Qt5 5.15 COMPONENTS Core Network Xml Concurrent REQUIRED)
get_target_property (QT_QMAKE_EXECUTABLE Qt5::qmake IMPORTED_LOCATION)
message(STATUS "Using Qt ${Qt5Core_VERSION} (${QT_QMAKE_EXECUTABLE})")