Skip to content
Snippets Groups Projects
Commit 881f62e9 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Fixed printing of the current Qt version number

The final dot was confusing qmake, apparently considered part of the
variable name.
parent fc52fd89
No related branches found
No related tags found
No related merge requests found
#version check qt #version check qt
contains(QT_VERSION, ^4\.[0-5]\..*) { 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.") error("Use at least Qt 4.6.")
} }
......
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