summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-01-22 13:43:28 +0100
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-01-22 13:44:16 +0100
commitf206d8bae59bbbb6c2def79ddf390181c54dc46f (patch)
treefb78a47674fa1cf651aafe62ba18afc9ec0cf3b5
parente578f9b87c4077bfdc76c79336ef142cdc7a8f4c (diff)
downloadqt-creator-f206d8bae59bbbb6c2def79ddf390181c54dc46f.tar.gz
QmlDesigner.QmlPuppet: Adding CONFIG += console
This is required for the version check, Change-Id: I9845260b029e8e01eb71e92c78d40f2a842a5f46 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
-rw-r--r--share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro b/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro
index 22f71911f0..71551a476f 100644
--- a/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro
+++ b/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro
@@ -1,6 +1,7 @@
TARGET = qml2puppet
TEMPLATE = app
+CONFIG += console
DESTDIR = $$[QT_INSTALL_BINS]