From 881f62e965e3d5f3b5aff3ce12f4efc879a2467a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= <thorbjorn.lindeijer@nokia.com>
Date: Sat, 14 Nov 2009 13:58:09 +0100
Subject: [PATCH] Fixed printing of the current Qt version number

The final dot was confusing qmake, apparently considered part of the
variable name.
---
 qtcreator.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qtcreator.pro b/qtcreator.pro
index cc3a6a71368..c5800e9d493 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.")
 }
 
-- 
GitLab