From 0d3802aea7d2e522b9c08e94aabd16fd13c4163c Mon Sep 17 00:00:00 2001 From: Marco Bubke <marco.bubke@nokia.com> Date: Wed, 22 Jun 2011 13:39:32 +0200 Subject: [PATCH] QmlDesigner.NodeInstances: Fix installation Change-Id: I79f150fc6610d87dc71f98dde93eea60be6b8b4e Reviewed-on: http://codereview.qt.nokia.com/602 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com> --- src/tools/qmlpuppet/qml2puppet/qml2puppet.pro | 3 +++ src/tools/qmlpuppet/qmlpuppet/qmlpuppet.pro | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/tools/qmlpuppet/qml2puppet/qml2puppet.pro b/src/tools/qmlpuppet/qml2puppet/qml2puppet.pro index 00c9b72eb07..1edcb30464d 100644 --- a/src/tools/qmlpuppet/qml2puppet/qml2puppet.pro +++ b/src/tools/qmlpuppet/qml2puppet/qml2puppet.pro @@ -35,4 +35,7 @@ macx { info.input = Info.plist.in info.output = $$IDE_BIN_PATH/$${TARGET}.app/Contents/Info.plist QMAKE_SUBSTITUTES += info +} else { + target.path = /bin + INSTALLS += target } diff --git a/src/tools/qmlpuppet/qmlpuppet/qmlpuppet.pro b/src/tools/qmlpuppet/qmlpuppet/qmlpuppet.pro index 36d9b7a0aa8..253fddf533b 100644 --- a/src/tools/qmlpuppet/qmlpuppet/qmlpuppet.pro +++ b/src/tools/qmlpuppet/qmlpuppet/qmlpuppet.pro @@ -39,4 +39,7 @@ macx { info.input = Info.plist.in info.output = $$IDE_BIN_PATH/$${TARGET}.app/Contents/Info.plist QMAKE_SUBSTITUTES += info +} else { + target.path = /bin + INSTALLS += target } -- GitLab