summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6AndroidMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* Use the correctly versioned variable when resolving ABI-specific cmake directoryAlexey Edelev2024-03-221-1/+2
* Disable depfile support for the external projects when building for AndroidAlexey Edelev2024-03-041-1/+1
* Revert "Revert "Add the support of the qt_import_plugins functionality to and...Alexey Edelev2024-02-201-1/+5
* Revert "Add the support of the qt_import_plugins functionality to androiddepl...Alexey Edelev2024-01-301-5/+1
* Add the support of the qt_import_plugins functionality to androiddeployqtAlexey Edelev2024-01-131-1/+5
* Use target-specific android-build directoryAlexey Edelev2024-01-131-1/+31
* CMake: Don't set QT_BUILDING_QT for single standalone testsAlexandru Croitor2023-12-041-2/+2
* Make sure we initialize moc rcc and uic for manual test targetsAlexey Edelev2023-11-171-23/+2
* Use the actual target name as base name for android deployment settingsAlexey Edelev2023-09-271-1/+1
* Evaluate the QT_ANDROID_DEPLOYMENT_SETTINGS_FILE propertyAlexey Edelev2023-06-301-1/+5
* Android: fix problem with release package for cmake based buildsBartlomiej Moskal2023-06-011-0/+7
* Check if next property in the list is not empty before adding a commaAlexey Edelev2023-05-171-0/+3
* Android: fix problem with release package for cmake based buildsBartlomiej Moskal2023-05-111-0/+3
* Android:CMake: use correct key for manual deployment dependenciesAssam Boudjelthia2023-04-051-1/+1
* Revert "Revert "Add support for MultiABI with custom install dir of the andro...Alexey Edelev2023-03-081-36/+100
* Expose files locating in QT_ANDROID_PACKAGE_SOURCE_DIR to IDEAlexey Edelev2023-02-091-0/+26
* Revert "Add support for MultiABI with custom install dir of the android-build"Alexandru Croitor2023-02-011-99/+36
* Add support for MultiABI with custom install dir of the android-buildFab Stz2023-01-301-36/+99
* Move '--sign' argument to the end of the androiddeployqt commandAlexey Edelev2023-01-061-2/+3
* CMake: Deprecate some android public APIsAlexandru Croitor2022-12-181-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