Files
qt-creator/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro
Thomas Hartmann f206d8bae5 QmlDesigner.QmlPuppet: Adding CONFIG += console
This is required for the version check,

Change-Id: I9845260b029e8e01eb71e92c78d40f2a842a5f46
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
2014-01-22 13:44:16 +01:00

14 lines
183 B
Prolog

TARGET = qml2puppet
TEMPLATE = app
CONFIG += console
DESTDIR = $$[QT_INSTALL_BINS]
build_all:!build_pass {
CONFIG -= build_all
CONFIG += release
}
include(qml2puppet.pri)