mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
a014fb1099
commit
b589dedf3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue