From adbcfb8943e877e85ea2451d394a9722f01b1659 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 22 Jul 2015 16:45:23 +0200 Subject: [PATCH] No need to bump the Qt dependency to 5.4.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9a91b1..294042f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ set(CMAKE_USE_RELATIVE_PATHS OFF) set(CMAKE_BUILD_WITH_INSTALL_RPATH ON) set(KDE_INSTALL_USE_QT_SYS_PATHS ON CACHE BOOL "Install mkspecs files, Plugins and Imports to the Qt 5 install dir" FORCE) -set(QT_MIN_VERSION "5.4.1") +set(QT_MIN_VERSION "5.3.0") set(VERSION_MAJOR "1") set(VERSION_MINOR "2") set(VERSION_RELEASE "1")