fix syntax of warning message

Change-Id: I2e0a9afd6e46534156b7277dc5ceaf85d2dd4cac
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen 2012-10-11 15:16:48 +02:00 committed by The Qt Project
parent cd168110e0
commit 93e0f1223a

View File

@ -41,6 +41,6 @@ isEmpty(QMAKE_COMPILER) {
QMAKE_COMPILER = msvc QMAKE_COMPILER = msvc
else: \ else: \
error("qmake spec does not announce the compiler family, and it cannot be guessed.") 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 CONFIG += $$QMAKE_COMPILER