Files
qt-creator/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro
Marco Bubke 38220ba4bb QmlDesigner: On demand compilation of the puppet
Before we had to provide the puppet in the packaging. Now we compile the
puppet on demand so we can be sure it is always there in the right version
and working.

Task-number: QTCREATORBUG-11763
Change-Id: I8556ef677ed27fbcc8a7775dced60230104e3237
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
2014-04-09 16:01:05 +02:00

12 lines
152 B
Prolog

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