Skip to content

Commit 46329f9

Browse files
author
maestro
committed
Testing for Qt version 4.8+
1 parent fd82969 commit 46329f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manyears-C/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ SET(QT_USE_QTXML TRUE)
9292
SET(QT_USE_QTSCRIPT TRUE)
9393
SET(QT_USE_QTOPENGL TRUE)
9494

95-
find_package(Qt4 QUIET)
95+
find_package(Qt4 4.8.0 QUIET)
9696
if(QT4_FOUND)
9797
include(${QT_USE_FILE})
9898
else(QT4_FOUND)
99-
MESSAGE("WARNING : manyears GUI will not be compiled because Qt4 not found")
99+
MESSAGE("WARNING : ManyEars GUI will not be compiled because Qt4 not found or obsolete. Try using the latest QtSDK from http://qt-project.org")
100100
endif(QT4_FOUND)
101101

102102
#Files excluded from package

0 commit comments

Comments
 (0)