Skip to content

Commit 5fc7a53

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manyears-C/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ 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 or obsolete. Try using the latest QtSDK from http://qt-project.org")
99+
MESSAGE("WARNING : ManyEars GUI will not be compiled because Qt4 not found or obsolete. You need Qt 4.8 or higher.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)