aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2012-01-24 13:59:07 +0100
committerEike Ziller <eike.ziller@nokia.com>2012-01-24 17:21:13 +0100
commitd8a3b3a1e9ca4475159c6c2138b758cf7ae79ca0 (patch)
treeeab279de452babb8c87529ac733a6625b9d19063 /qtcreator.pro
parent4cc4567a80b14774c138ad0d79d88ed040daeb73 (diff)
Mac/deployqt: Give qmlpuppet the correct qt.conf
Change-Id: I73162205f8ed9978eeaca2a91e331d2e323b15ef Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro9
1 files changed, 3 insertions, 6 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index 2296d8eadb..eaba81fb62 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -19,13 +19,10 @@ OTHER_FILES += dist/copyright_template.txt \
macx {
APPBUNDLE = "$$OUT_PWD/bin/Qt Creator.app"
- deployqt.commands = macdeployqt "$${APPBUNDLE}" \
- -executable="$${APPBUNDLE}/Contents/MacOS/qmlpuppet.app/Contents/MacOS/qmlpuppet" \
- -executable="$${APPBUNDLE}/Contents/Resources/qtpromaker" \
- -executable="$${APPBUNDLE}/Contents/MacOS/qmlprofiler"
- deployqt.depends = default
- bindist.commands = 7z a -mx9 $$OUT_PWD/qtcreator-mac$(INSTALL_EDITION)-$${QTCREATOR_VERSION}$(INSTALL_POSTFIX).7z "$$OUT_PWD/bin/Qt Creator.app/"
+ deployqt.commands = $$PWD/scripts/deployqtHelper_mac.sh \"$${APPBUNDLE}\"
+ bindist.commands = 7z a -mx9 $$OUT_PWD/qtcreator-mac$(INSTALL_EDITION)-$${QTCREATOR_VERSION}$(INSTALL_POSTFIX).7z \"$$OUT_PWD/bin/Qt Creator.app/\"
dmg.commands = $$PWD/scripts/makedmg.sh $$OUT_PWD/bin qt-creator-mac$(INSTALL_EDITION)-$${QTCREATOR_VERSION}$(INSTALL_POSTFIX).dmg
+ dmg.depends = deployqt
QMAKE_EXTRA_TARGETS += dmg
} else {
deployqt.commands = $$PWD/scripts/deployqt.py -i $(INSTALL_ROOT)