forked from qt-creator/qt-creator
This is required for the version check, Change-Id: I9845260b029e8e01eb71e92c78d40f2a842a5f46 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
14 lines
183 B
Prolog
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)
|