mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-23 04:14:32 +08:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
|
CONFIG -= console
|
||
|
QMAKE_LFLAGS += $$QMAKE_LFLAGS_WINDOWS
|
||
|
contains(TEMPLATE, ".*app") {
|
||
|
QMAKE_LFLAGS += $$QMAKE_LFLAGS_EXE
|
||
|
}
|