summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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