try to use our own plist again
parent
5e90b7013c
commit
52a922d862
13
mea/mea.pro
13
mea/mea.pro
|
|
@ -44,6 +44,18 @@ android {
|
|||
$$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: {
|
||||
PRODUCT_NAME=mea
|
||||
plist.input = ../packaging/osx/Info.plist.in
|
||||
|
|
@ -55,6 +67,7 @@ macx: {
|
|||
}
|
||||
|
||||
ios: {
|
||||
QMAKE_TARGET_BUNDLE_PREFIX = "io.guh"
|
||||
plist.input = ../packaging/ios/Info.plist.in
|
||||
plist.output = $$OUT_PWD/Info.plist
|
||||
QMAKE_SUBSTITUTES += plist
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<key>CFBundleIconFile</key>
|
||||
<string>${ASSETCATALOG_COMPILER_APPICON_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>io.guh.${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
||||
<string>@BUNDLEIDENTIFIER@</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
|
|
|
|||
Loading…
Reference in New Issue