aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2011-07-12 16:43:11 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2011-07-12 16:59:26 +0200
commit9b9f1a82671be020c62538d4f43557a045f9980e (patch)
treeb35303349ce64d284af8fdc5f80dcf24cf837369
parenta4a1c67ab76b045eee91e6b60def50992a18822d (diff)
QmlDesigner: do not show icons on Mac
This fixes a regression. $$PWD was missing. Change-Id: I579b1e22fd790280c5d87b6e59e11320fdb1a2af Reviewed-on: http://codereview.qt.nokia.com/1538 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
-rw-r--r--share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pri b/share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pri
index 01217ca152f..66aa92e47be 100644
--- a/share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pri
+++ b/share/qtcreator/qml/qmlpuppet/qmlpuppet/qmlpuppet.pri
@@ -17,10 +17,10 @@ RESOURCES += $$PWD/../qmlpuppet.qrc
OTHER_FILES += Info.plist.in
macx {
- info.input = Info.plist.in
+ info.input = $$PWD/Info.plist.in
info.output = $$DESTDIR/$${TARGET}.app/Contents/Info.plist
QMAKE_SUBSTITUTES += info
} else {
target.path = /bin
INSTALLS += target
-} \ No newline at end of file
+}