-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommon.pri
42 lines (24 loc) · 864 Bytes
/
common.pri
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# Call of Suli
#
#########################################################################
### MAIN SETTINGS
#########################################################################
# App Version
AppVersionMajor = 4
AppVersionMinor = 5
# Automatic version increment (build)
AppVersionIncrement = false
#########################################################################
### BUILD SETTINGS
#########################################################################
# Android
AndroidVersionCode = 54
#########################################################################
# BUNDLE SETTINGS
#########################################################################
# Build creation enabled (linux, win32, mac, wasm)
CreateBundle = true
# CQtDeployer path
win32: CQtDeployerPath = windeployqt6.exe
else: CQtDeployerPath = ~/bin/CQtDeployer