summaryrefslogtreecommitdiffstats
path: root/src/tools/androiddeployqt
Commit message (Expand)AuthorAgeFilesLines
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Fix build with missing qml-root-pathAndré Klitzing2022-07-281-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-251-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-202-19/+106
* Use SPDX license identifiersLucie Gérard2022-05-162-53/+4
* 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
* Android: remove the old copy of gradle.properties after reading itAssam Boudjelthia2022-04-211-3/+5
* Android: use libexec path for qmlimportscannerAssam Boudjelthia2022-04-191-3/+5
* Android: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-141-4/+4
* Android: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-141-315/+310
* Android: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-141-65/+63
* Android: Throw an error if project uses versioned shared libraryAlexey Edelev2022-03-301-4/+20
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+3
* Android: document how to handle code that loads QML from stringsAssam Boudjelthia2022-02-101-0/+6
* Unify indentation in help information of androiddeployqtAlessandro Portale2022-01-241-9/+9
* Check if QML plugin has the embedded QML files before copying to the Android ...Alexey Edelev2021-12-211-16/+22
* Copy only files that belongs to QML moduleAlexey Edelev2021-12-201-20/+51
* androiddeployqt: Fix signing of paths with spacesKai Köhne2021-12-031-21/+24
* Use depfile to control ABI-specific builds of executable targetsAlexey Edelev2021-12-021-4/+13
* Change the external projects approach for multi-abi buildsAlexey Edelev2021-12-021-2/+14
* Docs: Move manifest and androiddeployqt docs to where code livesNicholas Bennett2021-11-191-0/+246
* Add --no-rcc-bundle-cleanup option to androiddeployqt toolAlexey Edelev2021-10-291-2/+13
* Replace deleteRecursively function with QDir::removeRecursivelyAlexey Edelev2021-10-291-18/+1
* Android: replace ndk.dir with android.ndkVersion in build.gradleAssam Boudjelthia2021-10-131-3/+14
* androiddeployqt: Use QElapsedTimer to get elapsed timeFabian Kosmale2021-10-081-33/+18
* androiddeployqt: only write enabled architectures to build.gradleAndreas Buhr2021-10-041-0/+2
* androiddeployqt: Allow to also provide multiple qt install directoriesRaphael Cotty2021-10-011-17/+91
* Specify Android architecture in gradle filesAndreas Buhr2021-09-301-1/+7
* Rename variable to not reference Qt5Andreas Buhr2021-09-301-0/+4
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-09-271-0/+1
* Android: fix error when signing bundlesAssam Boudjelthia2021-09-241-1/+1
* Support deploying of libraries from a build tree when building android apkAlexey Edelev2021-09-091-0/+22
* androiddeployqt: Add support of multiple qml root pathsAlexey Edelev2021-09-081-20/+37
* Allow building android{deployqt, testrunner} under target host_toolsAssam Boudjelthia2021-09-072-7/+11
* Update Android default SDK from 29 to 30Juha Vuolle2021-08-271-1/+1
* Add the json option to disable the zstd based compressionAlexey Edelev2021-08-231-1/+13
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-2/+1
* Fix C++20 compilation of androiddeployqtMarc Mutz2021-07-091-3/+3
* Let androiddeployqt write a dependency fileAndreas Buhr2021-07-082-0/+54
* Android: Make the manifest less to scary to read and editAssam Boudjelthia2021-07-011-13/+10
* Remove ministro codeAssam Boudjelthia2021-07-011-16/+7