summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-10-11 15:16:48 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-16 17:31:31 +0200
commit93e0f1223ae4c68cd7a84924d7525ac63f4395f6 (patch)
tree8945dca6ac2d15efd6890ad41ac89a702647b199 /mkspecs
parentcd168110e0b9fbcba3f453de14131eb17c82109f (diff)
fix syntax of warning message
Change-Id: I2e0a9afd6e46534156b7277dc5ceaf85d2dd4cac Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/spec_post.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/spec_post.prf b/mkspecs/features/spec_post.prf
index 3af6bbd36a..a58690e8a6 100644
--- a/mkspecs/features/spec_post.prf
+++ b/mkspecs/features/spec_post.prf
@@ -41,6 +41,6 @@ isEmpty(QMAKE_COMPILER) {
QMAKE_COMPILER = msvc
else: \
error("qmake spec does not announce the compiler family, and it cannot be guessed.")
- warning("qmake spec does not announce the compiler family. Guessed $$QMAKE_COMPILER.")
+ warning("qmake spec does not announce the compiler family. Guessed $${QMAKE_COMPILER}.")
}
CONFIG += $$QMAKE_COMPILER