Skip to content

Commit a1b0cce

Browse files
committed
Document APK_BUILD_TYPE
1 parent cba5bca commit a1b0cce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@ add_qt_android_apk(my_app_apk my_app
180180
)
181181
```
182182

183+
### APK_BUILD_TYPE
184+
185+
Android (.apk) build type: "release" or "debug". Possible values: "auto", "debug" and "release". By default, without setting `APK_BUILD_TYPE` explicitly value is "auto".
186+
"auto" cause setting `APK_BUILD_TYPE` depend on `CMAKE_BUILD_TYPE`.
187+
183188
### INSTALL
184189

185190
If this option is given, the created APK will be deployed to a connected Android device. By default, the chosen device is the default one, i.e. the first one of the ADB device list.

0 commit comments

Comments
 (0)