check for new Qt req in cmake files
authorsheepluva
Tue, 11 Nov 2014 21:55:38 +0100
changeset 10489 bde3e43d7b27
parent 10488 c5735d0fcc50
child 10490 b30b8d39d662
check for new Qt req in cmake files
QTfrontend/CMakeLists.txt
--- a/QTfrontend/CMakeLists.txt	Tue Nov 11 21:46:17 2014 +0100
+++ b/QTfrontend/CMakeLists.txt	Tue Nov 11 21:55:38 2014 +0100
@@ -1,5 +1,5 @@
 # Configure for Qt4
-set(QT_MIN_VERSION "4.5.0")
+set(QT_MIN_VERSION "4.7.0")
 include(CheckLibraryExists)
 
 set(QT_USE_QTCORE TRUE)