b5af140809
The use-case is relevant for other platforms as well. Now that Qt has a module system we can also replace a lot of the hand crafted logic for linking with simpler constructs. Change-Id: Ib6853aaf81bfea79c31f2de741d65b4b56f23ef6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
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
|
|
}
|