OSDN Git Service

QmlDesigner.NodeInstances: Fix installation
authorMarco Bubke <marco.bubke@nokia.com>
Wed, 22 Jun 2011 11:39:32 +0000 (13:39 +0200)
committerThomas Hartmann <Thomas.Hartmann@nokia.com>
Wed, 22 Jun 2011 11:41:19 +0000 (13:41 +0200)
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
src/tools/qmlpuppet/qmlpuppet/qmlpuppet.pro

index 00c9b72..1edcb30 100644 (file)
@@ -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
 }
index 36d9b7a..253fddf 100644 (file)
@@ -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
 }