summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2012-04-17 14:43:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-17 14:58:35 +0200
commit7b0429c3be53bd6e42217b53c9740ec1a2a27d6a (patch)
tree85bec5a854226ffe1f5c527f234cc269cdab7e24 /src/tools
parent5a10fa027af8e5ae0f391f0ae2774cd308264646 (diff)
Servicefw did not print anything to the console on windows.
Console apps should have CONFIG += console Change-Id: I6d5c875e165d47a863f0a01afad708b8c3662f86 Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/servicefw/servicefw.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/servicefw/servicefw.pro b/src/tools/servicefw/servicefw.pro
index 71e6ea60..691be713 100644
--- a/src/tools/servicefw/servicefw.pro
+++ b/src/tools/servicefw/servicefw.pro
@@ -16,4 +16,5 @@ HEADERS += ../../serviceframework/servicemetadata_p.h
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target
+CONFIG += console
load(qt_targets)