Add a bundle id to osx build
This commit is contained in:
parent
afb5e3cfc3
commit
e27877931d
@ -86,6 +86,10 @@ android {
|
|||||||
macx: {
|
macx: {
|
||||||
QT += webview
|
QT += webview
|
||||||
PRODUCT_NAME=$$TARGET
|
PRODUCT_NAME=$$TARGET
|
||||||
|
|
||||||
|
QMAKE_TARGET_BUNDLE_PREFIX = io.nymea
|
||||||
|
QMAKE_BUNDLE = nymeaApp.mac
|
||||||
|
|
||||||
plist.input = ../packaging/osx/Info.plist.in
|
plist.input = ../packaging/osx/Info.plist.in
|
||||||
plist.output = $$OUT_PWD/Info.plist
|
plist.output = $$OUT_PWD/Info.plist
|
||||||
QMAKE_SUBSTITUTES += plist
|
QMAKE_SUBSTITUTES += plist
|
||||||
|
|||||||
Reference in New Issue
Block a user