summaryrefslogtreecommitdiffstats
path: root/src/tools/androiddeployqt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark *deployqt tools as user-facing and install versioned linksJoerg Bornemann2022-10-251-0/+2
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* 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