summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6AndroidMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix path of qmlimportscanner for AndroidKai Köhne2021-05-311-1/+1
* Add proper dependencies to apk targetsJoerg Bornemann2021-05-171-14/+27
* Add QT_ANDROID_TARGET_SDK_VERSION target propertyJoerg Bornemann2021-04-261-0/+7
* Add QT_ANDROID_MIN_SDK_VERSION target propertyJoerg Bornemann2021-04-261-0/+7
* Add QT_ANDROID_VERSION_{NAME|CODE} target propertiesJoerg Bornemann2021-04-261-2/+12
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-231-1/+1
* CMake: always pass QT6_INSTALL_PREFIX to androiddeployqtAssam Boudjelthia2021-02-101-5/+2
* Fix typo in android APK generation logAlex Blasche2021-02-101-1/+1
* android: Generate deployment settings file with correct qml-import-pathsCraig Scott2021-01-061-2/+7
* CMake: Prefer canonical CMAKE_ANDROID_NDK var when writing deploy fileCraig Scott2021-01-041-1/+1
* CMake: Use host variables instead of hardcoded directoriesAlexey Edelev2020-12-211-3/+3
* CMake: fix indentations in Qt6AndroidMacros.cmakeAssam Boudjelthia2020-12-011-11/+8
* CMake: don't add empty QT_ANDROID_APPLICATION_ARGUMENTS to JsonAssam Boudjelthia2020-12-011-2/+4
* CMake: add CMAKE_FIND_ROOT_PATH as extraPrefixDirs for androiddeployqtAssam Boudjelthia2020-11-201-0/+11