Make plugintest util work on Windows.
Command line apps that use stdout need the CONSOLE subsystem. Change-Id: Ic220f45119ea70372e27b4a364f7264cc649726d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
parent
9597e0d2a2
commit
36dd62ecaf
@ -2,3 +2,4 @@ TEMPLATE = app
|
|||||||
TARGET = plugintest
|
TARGET = plugintest
|
||||||
SOURCES += main.cpp
|
SOURCES += main.cpp
|
||||||
QT = core
|
QT = core
|
||||||
|
CONFIG += console
|
||||||
|
Loading…
Reference in New Issue
Block a user