summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6AndroidMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* Move '--sign' argument to the end of the androiddeployqt commandAlexey Edelev2023-01-021-2/+3
* CMake: Deprecate some android public APIsAlexandru Croitor2022-12-151-0/+34
* Add _qt_internal_apk_dependencies if qt_finalize_project is never calledAlexey Edelev2022-12-091-0/+6
* Add forwarding of CMake variables to ABI-specific external projectsAlexey Edelev2022-12-081-0/+7
* Add flag that skips Qml import scanning to android deployment settingsAlexey Edelev2022-10-311-0/+3
* Specify source and build directory explicitly for multi-ABI external projectsAlexey Edelev2022-10-251-1/+5
* Propagate QT_HOST_PATH_CMAKE_DIR to multi-ABI external projectsAlexey Edelev2022-09-211-0/+4
* Pass QT_NO_PACKAGE_VERSION_CHECK to the Android multi-ABI external projectsAlexey Edelev2022-09-091-0/+4
* CMake: Collect IMPORTED library dependencies for android deploymentAlexandru Croitor2022-09-061-0/+76
* CMake: Remove duplicate libraries during android library collectionAlexandru Croitor2022-09-061-0/+1
* CMake: Tidy up documentation regarding android library collectionAlexandru Croitor2022-09-061-4/+4
* CMake: Fix Android build for CMake < 3.19Joerg Bornemann2022-08-241-4/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Fix Multi-ABI builds when CMAKE_<C/CXX>_COMPILER_LAUNCHER contains listAlexey Edelev2022-08-191-2/+8
* CMake: Add QT_ANDROID_SIGN_AAB variableJoerg Bornemann2022-08-121-0/+6
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Forward COMPILER_LAUNCHER to the ABI-specific external projectsAlexey Edelev2022-06-291-0/+8
* Use the main ABI's CMAKE_MAKE_PROGRAM in ABI-specific external projectsAlexey Edelev2022-06-291-0/+4
* Fix concurrent access to files by androiddeployqt in multi-abi buildsAlexey Edelev2022-06-211-1/+29
* CMake: Android: Fix 'qmldir file not found at' warningsAlexandru Croitor2022-06-171-2/+2
* CMake: Fix Android multi-abi builds in Qt CreatorAlexandru Croitor2022-06-071-2/+7
* Android: Extend make_apk target with the sign optionBartlomiej Moskal2022-05-301-0/+6
* 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