summaryrefslogtreecommitdiffstats
path: root/src/tools/androiddeployqt/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* androiddeplyqt: fix more missing pclose() on early returnsMarc Mutz13 days1-0/+4
* androiddeplyqt: fix missing pclose() on early returnMarc Mutz13 days1-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
* androiddeployqt: use QFile::exists instead of QDir().existsAlexandru Croitor2022-06-101-3/+3
* androiddeployqt: Only pass qt_install_dir/qml directory if it existsAlexandru Croitor2022-06-101-1/+11
* Add option to not include native libraries in APKTinja Paavoseppä2022-05-201-19/+80
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Android: use Qt major version for detecting OpenGL and QtQuick librariesSona Kurazyan2022-04-221-2/+4
* Android: de-duplicate shellquote helpers code in deploy and test toolsAssam Boudjelthia2022-04-211-73/+1
* Android: remove what appears to be non-necessary debug print leftoversAssam Boudjelthia2022-04-211-2/+1
* Android: add helper functions to append .exe/.bat suffix when neededAssam Boudjelthia2022-04-211-86/+76
* Android: remove unused function in androiddeployqtAssam Boudjelthia2022-04-211-58/+1