From 93e0f1223ae4c68cd7a84924d7525ac63f4395f6 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 11 Oct 2012 15:16:48 +0200 Subject: fix syntax of warning message Change-Id: I2e0a9afd6e46534156b7277dc5ceaf85d2dd4cac Reviewed-by: Joerg Bornemann --- mkspecs/features/spec_post.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3