aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index cc3a6a7136..c5800e9d49 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -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.")
}