Files
qt-creator/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro
Thomas Hartmann b9e550f702 QmlDesigner: create stub project to build qml2puppet
This allows building qml2puppet as part of Qt Creator,
if Qt Creator is based on Qt 5.

For the moment it has to be build manually.

Change-Id: Ide3490fe09c1543d1e09506403f6de1c0bc3819c
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
2012-10-04 17:01:00 +02:00

13 lines
221 B
Prolog

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