diff options
author | John Fultz <jfultz@wolfram.com> | 2015-11-08 22:45:09 -0600 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-11-08 22:45:09 -0600 |
commit | 2fcfd154331ba489727101344cbe39f72a5e1ae1 (patch) | |
tree | a0aad59b0d50f4664a20d2a9d95ea63c69f7d65a | |
parent | 150e9f7cc33e1f07559bef61111f332d1c3a9186 (diff) |
Remove Mac-specific build stuff that wasn't actually doing anything useful.
-rw-r--r-- | quacker/quacker.pro | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/quacker/quacker.pro b/quacker/quacker.pro index 310089a..c6fc0bb 100644 --- a/quacker/quacker.pro +++ b/quacker/quacker.pro @@ -61,10 +61,6 @@ macx { APP_THEME_FILES.path = Contents/Resources/data QMAKE_BUNDLE_DATA += APP_ALPHABETS_FILES APP_LEXICA_FILES APP_STRATEGY_FILES APP_THEME_FILES - - # plist gymnastics - QMAKE_POST_LINK += ;cp -n $$PWD/quacker.plist $${OUT_PWD}/$${TARGET}.app/Contents - QMAKE_POST_LINK += /usr/libexec/PlistBuddy -c \"Set :GIT_COMMIT_HASH $${HC_GITHASH}\" $${OUT_PWD}/$${TARGET}.app/Contents/Info.plist } macx-g++ { |