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