summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* qdbusxml2cpp: don't generate an include for all of QtDBus+QtCoreDavid Faure2021-08-231-2/+12
* Add the json option to disable the zstd based compressionAlexey Edelev2021-08-231-1/+13
* moc: Support BINDABLE for private propertiesAndrei Golubev2021-08-061-1/+8
* Handle even more include in enum casesFabian Kosmale2021-08-061-2/+1
* Avoid to call _qt_internal_set_up_static_runtime_library() twiceLi Xinwei2021-08-031-1/+1
* testlib: Update a few remaining instances of the deprecated -xunitxml formatTor Arne Vestbø2021-07-291-13/+16
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-2/+1
* Add qtpaths6 aliasKai Köhne2021-07-161-0/+1
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-1/+1
* Fix C++20 compilation of androiddeployqtMarc Mutz2021-07-091-3/+3
* Let androiddeployqt write a dependency fileAndreas Buhr2021-07-085-44/+136
* Android: Make the manifest less to scary to read and editAssam Boudjelthia2021-07-011-13/+10
* Remove ministro codeAssam Boudjelthia2021-07-011-16/+7
* Revert "Android: fix androidtestrunner passing when output file doesn't exist"Assam Boudjelthia2021-07-011-12/+1
* Enable QT_TYPESAFE_FLAGS for bootstrap and QtCoreGiuseppe D'Angelo2021-06-231-0/+1
* qtpaths: Prevent tool messages from appearing in qtbase.tsFriedemann Kleint2021-06-151-30/+29
* Android: don't call qmlimportscanner if no qml dir existAssam Boudjelthia2021-06-071-14/+38
* Android: fix androidtestrunner passing when output file doesn't existAssam Boudjelthia2021-06-071-1/+12
* moc: Add relative property index to JSON output of PropertyDefAndrei Golubev2021-06-022-5/+7
* Android: make the help print a bit easier to read and navigateAssam Boudjelthia2021-06-022-7/+35
* uic: No longer generate star imports in PythonFriedemann Kleint2021-06-014-59/+182
* Avoid blocking read from stdin when collecting json filesAlexey Edelev2021-05-313-6/+9
* uic: Add further widgets to class lib mapFriedemann Kleint2021-05-251-0/+3
* uic: Extract a base class for WriteIncludesFriedemann Kleint2021-05-255-180/+288
* Deprecate qGlobalQHashSeed and qSetGlobalQHashSeed in Qt 6.6Thiago Macieira2021-05-232-4/+2
* Skip building debug bootstrap lib for CMake 3.20 and multi-config buildLi Xinwei2021-05-231-0/+5
* rcc: Fix error message when temporary file cannot be openedJoerg Bornemann2021-05-211-1/+1