Reformat .pro.
This commit is contained in:
parent
e23ad6a44b
commit
ca66a29914
|
@ -103,11 +103,11 @@ win32 {
|
|||
}
|
||||
|
||||
mac {
|
||||
QMAKE_TARGET_BUNDLE_PREFIX = org.eu.encom
|
||||
QMAKE_TARGET_BUNDLE_PREFIX = org.eu.encom
|
||||
|
||||
VERSION = 0.0.0.$$system(git rev-list --count HEAD)
|
||||
INFO_PLIST_PATH = $$shell_quote($${OUT_PWD}/$${TARGET}.app/Contents/Info.plist)
|
||||
QMAKE_POST_LINK += /usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $${VERSION}\" $${INFO_PLIST_PATH}
|
||||
VERSION = 0.0.0.$$system(git rev-list --count HEAD)
|
||||
INFO_PLIST_PATH = $$shell_quote($${OUT_PWD}/$${TARGET}.app/Contents/Info.plist)
|
||||
QMAKE_POST_LINK += /usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $${VERSION}\" $${INFO_PLIST_PATH}
|
||||
QMAKE_POST_LINK += && /usr/libexec/PlistBuddy -c \"Set :CFBundleShortVersionString $${VERSION}\" $${INFO_PLIST_PATH}
|
||||
|
||||
ICON = assets/img/icon.icns
|
||||
|
|
Loading…
Reference in New Issue