-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathbuild.properties
131 lines (94 loc) · 3.98 KB
/
build.properties
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
##
## specify qt directory, qt installation base directory or alternatively path to qmake
##
#QTDIR=
#QTBASE=
#qmake=
##
## in combination with QTBASE specify Qt versions to be used (comma separated)
##
#QTVERSIONS=
##
## specify qt source code directory
##
#qtsources=
##
## option to specify build type (debug, release, debug_and_release). Otherwise it's autodetected.
##
#qtjambi.configuration=release
##
## force to build release libraries with debug info (default: true)
##
#qtjambi.force.debug.info=false
##
## option to create native bundles for debug libs (default: false)
##
#qtjambi.debug.bundles=true
##
## option to execute QtJambiGenerator in debug mode
##
#generator.debug.run=true
##
## option to compile QtJambi with debug tools flag.
## This defaults to true for debug build and to false for release build.
##
## By running a debug-tools-enabled application with env QTJAMBI_DEBUG_TRACE=1
## all method entries and leaves are logged.
##
#qtjambi.debug-tools=false
##
## Qt API documentation url
##
qt.docs=https://doc.qt.io/qt-${qtjambi.soname.version.major}/
##
## path to Android NDK
##
#qtjambi.android.ndk=
##
## Nullness libraries for kotlin to be downloaded and disable option:
##
#qtjambi.no.jrs305=true
jsr305.url=https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
kotlin-annotations-jvm.url=https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-annotations-jvm/1.8.10/kotlin-annotations-jvm-1.8.10.jar
##
## option to prevent generator from generating nullness information at all.
##
#qtjambi.generate.nullness=false
##
## option to prevent generator from generating Java-stype getter methods for Qt-style properties which are required to use them as Kotlin property.
##
#qtjambi.generate.kotlin.delegates=false
##
## optionally exclude selected modules from being generated.
##
## minimum
#qtjambi.skipped.modules=activex,bodymovin,xmlpatterns,macextras,winextras,x11extras,serialport,script,scripttools,networkauth,help,multimedia,dbus,designer,test,webengine,webenginecore,webenginewidgets,webview,remoteobjects,gamepad,scxml,nfc,texttospeech,serialbus,sensors,location,positioning,bluetooth,qt3d,qt3dcore,qt3dlogic,qt3dquickextras,qt3dquickrender,qt3dquickscene2d,qt3dquick,qt3dinput,qt3drender,qt3danimation,qt3dextras,websockets,webchannel,purchasing,quickcontrols2,statemachine,charts,datavisualization,virtualkeyboard,quicktest,quick3d,opengl,openglwidgets,quick,quickwidgets,svg,svgwidgets,printsupport,xml,network,sql,qml,concurrent,uitools,pdf,pdfwidgets,httpserver,spatialaudio,grpc,protobuf,graphs,graphswidgets,insighttracker
## essentials
#qtjambi.skipped.modules=activex,bodymovin,xmlpatterns,macextras,winextras,x11extras,serialport,script,scripttools,networkauth,help,multimedia,designer,webengine,webenginecore,webenginewidgets,webview,remoteobjects,gamepad,scxml,nfc,texttospeech,serialbus,sensors,location,positioning,bluetooth,qt3d,qt3dcore,qt3dlogic,qt3dquickextras,qt3dquickrender,qt3dquickscene2d,qt3dquick,qt3dinput,qt3drender,qt3danimation,qt3dextras,websockets,webchannel,purchasing,statemachine,charts,datavisualization,virtualkeyboard,quick3d,opengl,openglwidgets,quickwidgets,svg,svgwidgets,printsupport,xml,sql,concurrent,uitools,pdf,pdfwidgets,httpserver,spatialaudio,grpc,protobuf,graphs,graphswidgets,insighttracker
minimum.java.version=11
qtjambi.user.name=docjambi
##
## ant option:
##
build.log.loglevel=verbose
##
## Android NDK download:
##
android.repository=https://dl.google.com/android/repository
android.ndk.version=r26b
android.platform.version=33-ext5
android.build-tools.version=r30.0.1
## Instead, specify path to Android NDK/SDK:
##
## Android NDK installation path
##
#qtjambi.android.ndk=
##
## Android Platform SDK installation path
##
#qtjambi.android.platform.dir=
##
## Android Build Tools installation path (Qt5 only)
##
#qtjambi.android.buildtools=