summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Unify indentation in help information of androiddeployqtAlessandro Portale2022-01-241-9/+9
* qtpaths: Expose new PublicShareLocation, TemplatesLocationKai Köhne2022-01-141-0/+2
* uic/Python: Import base class for flag valuesFriedemann Kleint2022-01-132-6/+22
* Update copyright year to 2022Kai Köhne2022-01-042-2/+2
* 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
* macdeployqt: don’t err on unexpected otool outputMorten Johan Sørvig2021-12-151-2/+2
* uic: Generate parameters for ambiguous signalsFriedemann Kleint2021-12-075-6/+47
* androiddeployqt: Fix signing of paths with spacesKai Köhne2021-12-031-21/+24
* Fix dependency chain that collects the metatype json filesAlexey Edelev2021-12-021-36/+49
* 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
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-274-181/+202
* uic: Refactor CustomWidgetsInfo::extends() to use QAnyStringViewFriedemann Kleint2021-11-265-41/+41
* CMake: Fix cross-compilation to WindowsJoerg Bornemann2021-11-261-0/+2
* Move macdeployqt and windeployqt from qttools to qtbaseJoerg Bornemann2021-11-2315-0/+6073
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Restore src/tools/moc/util/generate_keywords.proMarc Mutz2021-11-231-0/+5
* Move the 'qmake' feature to src/tools/configure.cmakeJoerg Bornemann2021-11-191-0/+7
* Add configure feature 'androiddeployqt'Joerg Bornemann2021-11-192-2/+15
* Docs: Move manifest and androiddeployqt docs to where code livesNicholas Bennett2021-11-191-0/+246
* Disable some tools and plugins if regularexpression feature is disabledMitch Curtis2021-11-121-1/+1
* Capture full logcat output in Android unit testsAndreas Buhr2021-11-091-1/+69
* 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
* Fix -trace build on WindowsIvan Solovev2021-10-251-3/+22
* Fix compilation with QT_NAMESPACE and tracing on LinuxIvan Solovev2021-10-251-0/+8
* androidtestrunner: make sure that system-user is usedBartlomiej Moskal2021-10-211-1/+10
* uic: Fix missing Python import when setting tab ordersFriedemann Kleint2021-10-201-1/+2
* Remove zlib from bootstrap libraryJoerg Bornemann2021-10-163-28/+0
* Android: replace ndk.dir with android.ndkVersion in build.gradleAssam Boudjelthia2021-10-131-3/+14
* QLalr: use QList iterators in algorithmsGiuseppe D'Angelo2021-10-131-2/+2
* tools: Fix typos in source code commentsJonas Kvinge2021-10-123-4/+4
* androiddeployqt: Use QElapsedTimer to get elapsed timeFabian Kosmale2021-10-081-33/+18
* QPlugin: move some of the logic from moc's output to qplugin.hThiago Macieira2021-10-041-47/+61
* 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-2712-0/+12
* Android: fix error when signing bundlesAssam Boudjelthia2021-09-241-1/+1
* uic: Add QWebEngineViewFriedemann Kleint2021-09-201-0/+1
* Don't bootstrap rccJoerg Bornemann2021-09-201-1/+0
* 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-074-11/+18
* Android: pass -g to testrunner to grant run time permissionsAssam Boudjelthia2021-08-291-1/+1
* Update Android default SDK from 29 to 30Juha Vuolle2021-08-271-1/+1
* qdbuscpp2xml: add support for custom types with a new -t optionDavid Faure2021-08-251-8/+66
* qdbusxml2cpp: generate "using" rather than "typedef"David Faure2021-08-241-2/+2