You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+82-1Lines changed: 82 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,14 +118,95 @@ For example, this value will install the most recent versions of QtIFW and QtCre
118
118
119
119
You can find a full list of tools easily by using [this awesome website](https://ddalcino.github.io/aqt-list-server/).
120
120
121
+
### `source`
122
+
123
+
Set this to `true` to install Qt source code. Incompatible with `aqtinstall < 2.0.4`.
124
+
125
+
Default: `false`
126
+
127
+
### `src-archives`
128
+
129
+
String with whitespace delimited list of source archives to install, with each entry separated by a space.
130
+
Has no effect unless `source` is set to `true`.
131
+
Useful to limit download size.
132
+
133
+
See the `--archives` flag for [aqt install-src](https://aqtinstall.readthedocs.io/en/latest/cli.html#install-src-command) for more details.
134
+
Use [aqt list-src](https://aqtinstall.readthedocs.io/en/latest/cli.html#list-src-command) to see available options.
135
+
136
+
Default: none
137
+
138
+
### `documentation`
139
+
140
+
Set this to `true` to install Qt documentation files. Incompatible with `aqtinstall < 2.0.4`.
141
+
142
+
Default: `false`
143
+
144
+
### `doc-archives`
145
+
146
+
String with whitespace delimited list of documentation archives to install, with each entry separated by a space.
147
+
Has no effect unless `documentation` is set to `true`.
148
+
Useful to limit download size.
149
+
150
+
See the `--archives` flag for [aqt install-doc](https://aqtinstall.readthedocs.io/en/latest/cli.html#install-doc-command) for more details.
151
+
Use [aqt list-doc](https://aqtinstall.readthedocs.io/en/latest/cli.html#list-doc-command) to see available options.
152
+
153
+
Default: none
154
+
155
+
### `doc-modules`
156
+
157
+
String with whitespace delimited list of documentation modules to install, with each entry separated by a space.
158
+
Has no effect unless `documentation` is set to `true`.
159
+
Each module contains extra documentation not included with the base installation.
160
+
161
+
See the `--modules` flag for [aqt install-doc](https://aqtinstall.readthedocs.io/en/latest/cli.html#install-doc-command) for more details.
162
+
Use [aqt list-doc](https://aqtinstall.readthedocs.io/en/latest/cli.html#list-doc-command) to see available options.
163
+
164
+
Default: none
165
+
166
+
### `examples`
167
+
168
+
Set this to `true` to install Qt example code. Incompatible with `aqtinstall < 2.0.4`.
169
+
170
+
Default: `false`
171
+
172
+
### `example-archives`
173
+
174
+
String with whitespace delimited list of example archives to install, with each entry separated by a space.
175
+
Has no effect unless `examples` is set to `true`.
176
+
Useful to limit download size.
177
+
178
+
See the `--archives` flag for [aqt install-example](https://aqtinstall.readthedocs.io/en/latest/cli.html#install-example-command) for more details.
179
+
Use [aqt list-example](https://aqtinstall.readthedocs.io/en/latest/cli.html#list-example-command) to see available options.
180
+
181
+
Default: none
182
+
183
+
### `example-modules`
184
+
185
+
String with whitespace delimited list of example modules to install, with each entry separated by a space.
186
+
Has no effect unless `examples` is set to `true`.
187
+
Each module contains extra examples not included with the base installation.
188
+
189
+
See the `--modules` flag for [aqt install-example](https://aqtinstall.readthedocs.io/en/latest/cli.html#install-example-command) for more details.
190
+
Use [aqt list-example](https://aqtinstall.readthedocs.io/en/latest/cli.html#list-example-command) to see available options.
191
+
192
+
Default: none
193
+
121
194
### `set-env`
122
195
Set this to false if you want to avoid setting environment variables for whatever reason.
123
196
124
197
Default: `true`
125
198
199
+
### `no-qt-binaries`
200
+
201
+
Set this to true if you want to skip installing Qt.
202
+
This option is useful if you want to install tools, source, documentation, or examples.
203
+
204
+
Default: `false`
205
+
126
206
### `tools-only`
127
207
128
-
Set this to true if you only want to install tools, and not Qt.
208
+
This is a synonym for `no-qt-binaries`. It only exists to preserve backwards compatibility.
209
+
If you set either `no-qt-binaries` or `tools-only` to `true`, you will skip installation of Qt.
0 commit comments