summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6AndroidMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* Ensure that per-ABI builds are sequentialAlexey Edelev5 days1-38/+115
* Disable depfile support for the external projects when building for AndroidAlexey Edelev2024-02-291-1/+1
* Remove QT_ANDROID_DEPLOY_RELEASE variableAlexey Edelev2024-02-201-2/+3
* Add USES_TERMINAL to add_custom_target and add_custom_commandAndré Klitzing2024-02-131-0/+10
* Use separate property to store implicitly detected QT_QML_ROOT_PATHsAlexey Edelev2024-02-011-11/+35
* Use target-specific android-build directoryAlexey Edelev2024-01-111-1/+31
* Add the support of the qt_import_plugins functionality to androiddeployqtAlexey Edelev2024-01-111-1/+5
* Android: add opt-out for release package signingLaszlo Agocs2023-11-171-2/+11
* Make sure we initialize moc rcc and uic for manual test targetsAlexey Edelev2023-11-161-23/+2
* Use the actual target name as base name for android deployment settingsAlexey Edelev2023-09-271-1/+1
* Fix the android paths checkAlexey Edelev2023-08-141-1/+1
* Check the QTP0002 policy only if paths are setAlexey Edelev2023-07-211-0/+22
* CMake: Don't set QT_BUILDING_QT for single standalone testsAlexandru Croitor2023-07-121-2/+2
* Evaluate the QT_ANDROID_DEPLOYMENT_SETTINGS_FILE propertyAlexey Edelev2023-06-281-1/+5
* Android: fix problem with release package for cmake based buildsBartlomiej Moskal2023-05-241-0/+7
* Avoid littering CMake logs with QTP0002 warningsAlexey Edelev2023-05-121-8/+11
* Check if next property in the list is not empty before adding a commaAlexey Edelev2023-05-121-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
* Introduce QTP0002 policy for android-specific target propertiesAlexey Edelev2023-03-281-1/+8
* Expose files locating in QT_ANDROID_PACKAGE_SOURCE_DIR to IDEAlexey Edelev2023-02-091-0/+26
* Revert "Revert "Add support for MultiABI with custom install dir of the andro...Alexey Edelev2023-02-021-36/+100
* 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-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