I can't read. sry
authorsheepluva
Wed, 13 Aug 2014 17:25:55 +0200
changeset 10384 fcf70b65667d
parent 10383 ffebf1c98ee4
child 10385 15eda15df81c
I can't read. sry
QTfrontend/CMakeLists.txt
--- a/QTfrontend/CMakeLists.txt	Wed Aug 13 17:06:17 2014 +0200
+++ b/QTfrontend/CMakeLists.txt	Wed Aug 13 17:25:55 2014 +0200
@@ -14,7 +14,8 @@
 include(${QT_USE_FILE})
 
 if(APPLE AND
-   ${QTVERSION} VERSION_EQUAL "4.7.4")
+   ${QTVERSION} VERSION_GREATER "4.7.0" AND
+   ${QTVERSION} VERSION_LESS "4.7.4")
    message(FATAL_ERROR "This version of Qt is known *not* to work, please update or use a lower version")
 endif()