Files
qt-creator/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pro
Marco Bubke 432a36283f QmlDesigner.NodeInstances: Use v8 private headers
Change-Id: I4c0d8e08a22ee0c5b2602cc7d877071010fd9f88
Reviewed-on: http://codereview.qt.nokia.com/3976
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
2011-08-31 18:49:18 +02:00

42 lines
928 B
Prolog

TARGET = qml2puppet
TEMPLATE = app
QT += core gui declarative network
contains (QT_CONFIG, webkit) {
QT += webkit
}
QT += core-private declarative-private gui-private script-private v8-private
DEFINES += QWEAKPOINTER_ENABLE_ARROW
include(../../../../qtcreator.pri)
DESTDIR = $$[QT_INSTALL_BINS]
include(../../../rpath.pri)
include (instances/instances.pri)
include (../instances/instances.pri)
include (../commands/commands.pri)
include (../container/container.pri)
include (../interfaces/interfaces.pri)
QT_BREAKPAD_ROOT_PATH = $$(QT_BREAKPAD_ROOT_PATH)
!isEmpty(QT_BREAKPAD_ROOT_PATH) {
include($$QT_BREAKPAD_ROOT_PATH/qtbreakpad.pri)
}
SOURCES += main.cpp
RESOURCES += ../qmlpuppet.qrc
OTHER_FILES += Info.plist.in
macx {
info.input = Info.plist.in
info.output = $$DESTDIR/$${TARGET}.app/Contents/Info.plist
QMAKE_SUBSTITUTES += info
} else {
target.path = /bin
INSTALLS += target
}