summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6AndroidMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* Add option to not include native libraries in APKTinja Paavoseppä2022-05-201-0/+8
* Fix the support of genex's when generating Android deployment settingsAlexey Edelev2022-03-261-5/+9
* Pass ANDROID_SDK_ROOT and ANDROID_NDK_ROOT variables to external projectsAlexey Edelev2022-03-251-0/+8
* Unify DEPFILE support checkAlexey Edelev2022-03-211-7/+1
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-171-0/+2
* CMake: add space between ABI name and "(default)" stringAssam Boudjelthia2022-03-111-2/+2
* Add the _qt_internal_android_executable_finalizer wrapper functionAlexey Edelev2022-03-021-0/+9
* Allow calling qt6_android_add_apk_target twiceAlexey Edelev2022-02-241-0/+6
* Convert Android paths to JSON compatibleAlexey Edelev2022-02-221-4/+12
* Make android function sequence mutableAlexey Edelev2022-02-221-14/+36
* Provide missing variables to the ABI-specific external projectsAlexey Edelev2022-02-181-15/+32
* Move generating of the QML related android deployment settingsAlexey Edelev2022-02-171-27/+2
* Use 'copy' but not 'copy_if_different' on Windows platformsAlexey Edelev2022-02-101-9/+11
* Use IMPORTED_LOCATION of rcc targetAlexey Edelev2022-02-011-7/+30
* Check if 'aab' target exists when adding <target>_make_aab as dependencyAlexey Edelev2022-01-261-1/+3
* Pass QT_BUILD_STANDALONE_TESTS to Android external project if definedAlexey Edelev2022-01-041-0/+8
* Fix build of multiple apks in a single project treeAlexey Edelev2022-01-041-1/+1
* Update internal function signaturesAlexey Edelev2022-01-041-20/+20
* Collect the apk dependencies regardless of targetAlexey Edelev2022-01-041-31/+70
* Replace ANDROID_ABI argument with the QT_ANDROID_ABI target propertyAlexey Edelev2022-01-031-0/+108
* Fix the copy path of the binary when building for Android in QtCreatorAlexey Edelev2021-12-151-1/+1
* Use depfile to control ABI-specific builds of executable targetsAlexey Edelev2021-12-021-14/+44
* Change the external projects approach for multi-abi buildsAlexey Edelev2021-12-021-16/+39
* Fix the path to the build dir when creating an androiddeployqt depfileAlexey Edelev2021-11-301-1/+14
* Add _make_aab targetAlexey Edelev2021-11-301-7/+33
* Use config-specific suffix of android deployment settings for multi-config onlyAlexey Edelev2021-11-301-1/+10
* Simplify apk build procedure when using DEPFILEAlexey Edelev2021-11-261-21/+17
* Fix generating of Android deployment config in Multi-Config buildAlexey Edelev2021-11-191-1/+2
* Move the ${target}_prepare_apk_dir target descriptionAlexey Edelev2021-11-051-5/+4
* Make sure that all MODULE_LIBRARY targets are built before deploying to AndroidAlexey Edelev2021-11-051-0/+12
* Make sure that all plugin targets are built before deploying to AndroidAlexey Edelev2021-11-051-2/+12
* Add CMake variable to run androiddeployqt with --verbose argumentAlexey Edelev2021-11-021-0/+3
* Add Android qml staging prefix to qml import pathsAlexey Edelev2021-11-021-1/+10
* Add --no-rcc-bundle-cleanup option to androiddeployqt toolAlexey Edelev2021-10-291-0/+6
* Fix target existence check in qt6_android_generate_deployment_settingsAlexey Edelev2021-10-291-6/+5
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Add basic android multi-abi support for CMake projectsAlexey Edelev2021-10-051-13/+99
* CMake: Allow providing custom QT_ANDROID_SDK_BUILD_TOOLS_REVISIONAssam Boudjelthia2021-10-041-2/+5
* Fix building of unit tests for Android in developer buildAndreas Buhr2021-09-291-1/+7
* Replace manual android properties reading with genex'sAlexey Edelev2021-09-091-88/+128
* Support deploying of libraries from a build tree when building android apkAlexey Edelev2021-09-091-8/+123
* androiddeployqt: Add support of multiple qml root pathsAlexey Edelev2021-09-081-5/+13
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-061-6/+6
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-08-311-6/+6
* Add the json option to disable the zstd based compressionAlexey Edelev2021-08-231-0/+8
* CMake: Add whitespace to Android error messageKai Köhne2021-08-051-3/+3
* Let androiddeployqt write a dependency fileAndreas Buhr2021-07-081-21/+40
* CMake: Fix Qt tool apks not to be built as part of default all targetAlexandru Croitor2021-06-111-16/+35
* CMake: Fix global 'apk' target to actually build all apksAlexandru Croitor2021-06-081-11/+29
* CMake: Add Android's prepare_apk_dir target to ALLAssam Boudjelthia2021-06-021-2/+2