fix syntax of warning message
Change-Id: I2e0a9afd6e46534156b7277dc5ceaf85d2dd4cac Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
cd168110e0
commit
93e0f1223a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user