qt5base-lts/util/plugintest/plugintest.pro
Jason Barron 36dd62ecaf 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>
2012-08-30 13:51:22 +02:00

6 lines
83 B
Prolog

TEMPLATE = app
TARGET = plugintest
SOURCES += main.cpp
QT = core
CONFIG += console