try to use our own plist again
This commit is contained in:
parent
5e90b7013c
commit
52a922d862
13
mea/mea.pro
13
mea/mea.pro
@ -44,6 +44,18 @@ android {
|
|||||||
$$ANDROID_PACKAGE_SOURCE_DIR/LICENSE
|
$$ANDROID_PACKAGE_SOURCE_DIR/LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BR=$$BRANDING
|
||||||
|
!equals(BR, "") {
|
||||||
|
DEFINES += BRANDING=\\\"$${BR}\\\"
|
||||||
|
win32:RCC_ICONS += ../packaging/windows_$${BR}/packages/io.guh.$${BR}/meta/logo.ico
|
||||||
|
} else {
|
||||||
|
win32:RCC_ICONS += ../packaging/windows/packages/io.guh.mea/meta/logo.ico
|
||||||
|
}
|
||||||
|
|
||||||
|
withavahi: {
|
||||||
|
LIBS += -lavahi-client -lavahi-common
|
||||||
|
}
|
||||||
|
|
||||||
macx: {
|
macx: {
|
||||||
PRODUCT_NAME=mea
|
PRODUCT_NAME=mea
|
||||||
plist.input = ../packaging/osx/Info.plist.in
|
plist.input = ../packaging/osx/Info.plist.in
|
||||||
@ -55,6 +67,7 @@ macx: {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ios: {
|
ios: {
|
||||||
|
QMAKE_TARGET_BUNDLE_PREFIX = "io.guh"
|
||||||
plist.input = ../packaging/ios/Info.plist.in
|
plist.input = ../packaging/ios/Info.plist.in
|
||||||
plist.output = $$OUT_PWD/Info.plist
|
plist.output = $$OUT_PWD/Info.plist
|
||||||
QMAKE_SUBSTITUTES += plist
|
QMAKE_SUBSTITUTES += plist
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>${ASSETCATALOG_COMPILER_APPICON_NAME}</string>
|
<string>${ASSETCATALOG_COMPILER_APPICON_NAME}</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>io.guh.${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
<string>@BUNDLEIDENTIFIER@</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>${PRODUCT_NAME}</string>
|
<string>${PRODUCT_NAME}</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user