summaryrefslogtreecommitdiffstats
path: root/src/tools/androiddeployqt/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Add Java QtQmlComponent code generator to androiddeployqtSoheil Armin9 days1-1/+408
* Android: use double quotes with androiddeployqt docsAssam Boudjelthia12 days1-2/+2
* Android: bump min supported SDK to 28 (Android 9)Assam Boudjelthia2024-05-231-3/+3
* Android:CMake: Add QT_ANDROID_PACKAGE_NAME propertyAssam Boudjelthia2024-05-161-16/+47
* Android: Refactor packagePath() in androiddeployqtSoheil Armin2024-05-151-38/+29
* Android: Add facilities to build AAR packagesSoheil Armin2024-05-151-2/+44
* androiddeployqt: Add a placeholder for plugin type in build.gradleTinja Paavoseppä2024-05-151-0/+1
* Android: account for namespace in build.gradle instead of manifestAssam Boudjelthia2024-05-151-49/+67
* androiddeplyqt: port to RAII handling of popen()ed FILE*sMarc Mutz2024-05-151-43/+36
* androiddeplyqt: fix more missing pclose() on early returnsMarc Mutz2024-04-181-0/+4
* androiddeplyqt: fix missing pclose() on early returnMarc Mutz2024-04-181-0/+1
* Port to QDirListingAhmad Samir2024-03-031-12/+10
* androiddeployqt: fix QDirIterator::next() usageAhmad Samir2024-03-011-2/+3
* Fix documentation of used digest and signature algorithmAndré Klitzing2024-02-151-2/+2
* Add the support of the qt_import_plugins functionality to androiddeployqtAlexey Edelev2024-01-111-22/+48
* tools: port away from QPairMarc Mutz2023-12-141-2/+2
* Android: bump Android target API level to 34Rami Potinkara2023-11-301-1/+1
* androiddeployqt: Copy templates and stdcpp lib in auxillary modeNikunj Arora2023-10-191-7/+6
* Search extra library paths for Android dependency XML files as wellVolker Krause2023-10-071-0/+5
* Android: bump Android target API level to 33Assam Boudjelthia2023-09-231-1/+1
* Iterate over all extraPrefixDirs when collecting "directories"Alexey Edelev2023-09-151-5/+22
* tools: use const methods moreAnton Kudryavtsev2023-09-081-1/+1
* androiddeployqt: Fix generation of qtDataDirectoryAaron McCarthy2023-08-151-1/+1
* Android: allow using string based versions in compileSdkVersionAssam Boudjelthia2023-04-051-8/+42
* Android: fix manual deployment with ANDROID_DEPLOYMENT_DEPENDENCIESAssam Boudjelthia2023-04-051-9/+21
* Android: don't break when finding opengl pluginAssam Boudjelthia2023-04-051-1/+0
* Change android target SDK version to 31Fabio Falsini2023-03-211-1/+1
* Android: demistify the "No platform plugin" androiddeployqt errorAssam Boudjelthia2023-03-151-9/+4
* androiddeployqt: remove infinity loop in deleteMissingFilesBartlomiej Moskal2023-03-151-2/+2
* androiddeployqt: make --help documentation-friendlyVille Voutilainen2023-02-071-106/+106
* Revert "Revert "Add support for MultiABI with custom install dir of the andro...Alexey Edelev2023-02-021-25/+139
* Revert "Add support for MultiABI with custom install dir of the android-build"Alexandru Croitor2023-02-011-139/+25
* Add support for MultiABI with custom install dir of the android-buildFab Stz2023-01-301-25/+139
* Move '--sign' argument to the end of the androiddeployqt commandAlexey Edelev2023-01-021-1/+7
* Clean up unused variablesLu YaNing2022-12-221-3/+0
* androiddeployqt: Avoid extra modifying of gradle's *.properties filesAlessandro Portale2022-12-021-1/+1
* Make sure that module can be imported by the provided QML import pathAlexey Edelev2022-11-081-11/+6
* Remove the special handling of the qml directory when parsing xml depsAlexey Edelev2022-11-031-5/+0
* androiddeployqt: Add the missing return value checkAlexey Edelev2022-11-031-2/+7
* Android: Fix signing of APKs that are generated when an AAB is also builtVille Voutilainen2022-11-021-45/+8
* Add flag that skips Qml import scanning to android deployment settingsAlexey Edelev2022-10-311-5/+11
* Add Qt plugins to the dependency list with their dependenciesAlexey Edelev2022-10-251-4/+11
* Android: fix Gradle warning about using enableUncompressedNativeLibsAssam Boudjelthia2022-10-211-2/+24
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-7/+7
* Fix condition that runs the scanning of the Qml importsAlexey Edelev2022-09-271-1/+1
* Fix build with missing qml-root-pathAndré Klitzing2022-07-281-1/+1
* fix androiddeployqt with user application with in-tree QML modulesMoody Liu2022-06-281-4/+9
* Fix an incorrect invocation of llvm-readobjVille Voutilainen2022-06-281-2/+2
* Android: Do not set release flag for signed packageBartlomiej Moskal2022-06-271-4/+1