aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-01-17 08:24:22 +0100
committerEike Ziller <eike.ziller@nokia.com>2012-01-17 09:53:10 +0100
commitccb0a1bf9ebf61df5f2a3be330d8c57452fe3fa9 (patch)
treee67f2b2522ca87dcd20ec79abfdc0aedf37021e3 /qtcreator.pro
parent3d39451b15757f3fca93dddc4982f74a4104da80 (diff)
Add make dmg target
Change-Id: I643d571afbb7b16f860092c885e3574268f91ddf Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index 09b416cb57..39df9754b7 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -25,6 +25,8 @@ macx {
-executable="$${APPBUNDLE}/Contents/MacOS/qmlprofiler"
deployqt.depends = default
bindist.commands = 7z a -mx9 $$OUT_PWD/qtcreator$(INSTALL_POSTFIX).7z "$$OUT_PWD/bin/Qt Creator.app/"
+ dmg.commands = $$PWD/scripts/makedmg.sh $$OUT_PWD/bin qt-creator$(INSTALL_POSTFIX).dmg
+ QMAKE_EXTRA_TARGETS += dmg
} else {
deployqt.commands = $$PWD/scripts/deployqt.py -i $(INSTALL_ROOT)
win32:deployqt.commands ~= s,/,\\\\,g