Skip to content
Snippets Groups Projects
Commit 5562f71d authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

simplify version check

parent e3885f28
No related branches found
No related tags found
No related merge requests found
#version check qt
TOO_OLD_LIST=$$find(QT_VERSION, ^4\.[0-4])
count(TOO_OLD_LIST, 1) {
message("Cannot build the Qt Creator with a Qt version that old:" $$QT_VERSION)
contains(QT_VERSION, ^4\.[0-4]\..*) {
message("Cannot build Qt Creator with Qt version $$QT_VERSION.")
error("Use at least Qt 4.5.")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment