Files
qt-creator/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro
Thomas Hartmann 18ad2973ba QmlDesigner: fixing .pro file for mac
The relative path is not correct on Mac for deployed packages.

Change-Id: I379f3d986df118495763811617ffe1a2cfe623ec
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
2013-03-06 15:41:04 +01:00

13 lines
165 B
Prolog

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