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:
Jason Barron 2012-08-29 11:10:13 +02:00 committed by Qt by Nokia
parent 9597e0d2a2
commit 36dd62ecaf

View File

@ -2,3 +2,4 @@ TEMPLATE = app
TARGET = plugintest
SOURCES += main.cpp
QT = core
CONFIG += console