forked from qt-creator/qt-creator
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>
13 lines
221 B
Prolog
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)
|