subsurface-configure.pri: fix for the QMAKE_HOST.os check

Looks like having $$ before QMAKE_HOST.os does not work.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2013-10-13 16:19:54 +03:00 committed by Dirk Hohndel
parent a014fb1099
commit b589dedf3c

View file

@ -129,7 +129,7 @@ win32 {
# #
# misc # misc
# #
!equals(V, 1): !equals($$QMAKE_HOST.os, "Windows"): CONFIG += silent !equals(V, 1): !equals(QMAKE_HOST.os, "Windows"): CONFIG += silent
MOC_DIR = .moc MOC_DIR = .moc
UI_DIR = .uic UI_DIR = .uic
RCC_DIR = .rcc RCC_DIR = .rcc