Fix the CFBundleIdentifier
This commit is contained in:
parent
da7fb89c81
commit
c90e96072c
|
@ -83,7 +83,7 @@ win32 {
|
||||||
}
|
}
|
||||||
|
|
||||||
mac {
|
mac {
|
||||||
QMAKE_TARGET_BUNDLE_PREFIX = org.eu.encom.spectral
|
QMAKE_TARGET_BUNDLE_PREFIX = org.eu.encom
|
||||||
|
|
||||||
VERSION = 0.0.0.$$system(git rev-list --count HEAD)
|
VERSION = 0.0.0.$$system(git rev-list --count HEAD)
|
||||||
INFO_PLIST_PATH = $$shell_quote($${OUT_PWD}/$${TARGET}.app/Contents/Info.plist)
|
INFO_PLIST_PATH = $$shell_quote($${OUT_PWD}/$${TARGET}.app/Contents/Info.plist)
|
||||||
|
|
Loading…
Reference in New Issue