Skip to content
Snippets Groups Projects
Commit 0d3802ae authored by Marco Bubke's avatar Marco Bubke Committed by Thomas Hartmann
Browse files

QmlDesigner.NodeInstances: Fix installation

Change-Id: I79f150fc6610d87dc71f98dde93eea60be6b8b4e
Reviewed-on: http://codereview.qt.nokia.com/602


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@nokia.com>
parent 5d6ca433
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment