mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system/iOS: create correct bundle ID
If you are building your own flavor you'll need to change that, of course. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6df46a25a3
commit
8763dad56e
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ DEFINES += SUBSURFACE_MOBILE BT_SUPPORT BLE_SUPPORT
|
|||
|
||||
CONFIG += c++11
|
||||
|
||||
QMAKE_TARGET_BUNDLE_PREFIX = org.subsurface-divelog
|
||||
QMAKE_BUNDLE = subsurface-mobile
|
||||
|
||||
CONFIG += qtquickcompiler
|
||||
QTQUICK_COMPILER_SKIPPED_RESOURCES +=
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue