aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-06-24 16:00:47 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-06-30 05:50:04 +0000
commit7743664957f3a9e857d72530e475d13844bd4037 (patch)
treeb4c6c557c960778b0490aa4ee97b040d52e2e25a /qtcreator.pro
parentd710e73084c4ccb408b64a20ef938c380694ef9f (diff)
Installers/OS X: Remove hack that is no longer necessary
There were a few Qt versions where the menu nib was missing from the installer, but no longer. Change-Id: I2ab95237cb5e0d2b72d7086f8a784a35e0c935a1 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro7
1 files changed, 1 insertions, 6 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index c78f6bec4f..3078c34be1 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -128,14 +128,9 @@ installer.depends = bindist_installer
installer.commands = python -u $$PWD/scripts/packageIfw.py -i \"$(IFW_PATH)\" -v $${QTCREATOR_VERSION} -a \"$${INSTALLER_ARCHIVE}\" "$$INSTALLER_NAME"
macx {
- # this should be very temporary:
- MENU_NIB = $$(MENU_NIB_FILE)
- isEmpty(MENU_NIB): MENU_NIB = "FATAT_SET_MENU_NIB_FILE_ENV"
- copy_menu_nib_installer.commands = cp -R \"$$MENU_NIB\" \"$${INSTALLER_NAME}.app/Contents/Resources\"
-
codesign_installer.commands = codesign -s \"$(SIGNING_IDENTITY)\" $(SIGNING_FLAGS) \"$${INSTALLER_NAME}.app\"
dmg_installer.commands = hdiutil create -srcfolder "$${INSTALLER_NAME}.app" -volname \"Qt Creator\" -format UDBZ "$${BASENAME}-installer.dmg" -ov -scrub -size 1g -verbose
- QMAKE_EXTRA_TARGETS += codesign_installer dmg_installer copy_menu_nib_installer
+ QMAKE_EXTRA_TARGETS += codesign_installer dmg_installer
}
win32 {