forked from qt-creator/qt-creator
Fixed printing of the current Qt version number
The final dot was confusing qmake, apparently considered part of the variable name.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#version check qt
|
||||
contains(QT_VERSION, ^4\.[0-5]\..*) {
|
||||
message("Cannot build Qt Creator with Qt version $$QT_VERSION.")
|
||||
message("Cannot build Qt Creator with Qt version $${QT_VERSION}.")
|
||||
error("Use at least Qt 4.6.")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user