forked from qt-creator/qt-creator
QmlDesigner.NodeInstances: Move qmlpuppet to share
Change-Id: Id50d8c6130e9d5169a74015bc24e84de64eabfa7 Reviewed-on: http://codereview.qt.nokia.com/634 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
8ec524910a
commit
8fe3302329
@@ -0,0 +1,41 @@
|
||||
TARGET = qml2puppet
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
QT += core gui declarative network
|
||||
|
||||
contains (QT_CONFIG, webkit) {
|
||||
QT += webkit
|
||||
}
|
||||
|
||||
QT += core-private declarative-private gui-private script-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
|
||||
}
|
||||
Reference in New Issue
Block a user