forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user