summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
...
* syncqt: always use absolute path in the generated headersFlorian de Gaulejac2024-01-121-6/+1
* Add the support of the qt_import_plugins functionality to androiddeployqtAlexey Edelev2024-01-111-22/+48
* Dissociate QTypeRevision from QVersionNumberMarc Mutz2024-01-101-1/+1
* Android: update androiddeployqt doc pageAssam Boudjelthia2023-12-211-97/+32
* Android: fix typo in androiddeployqt commandAssam Boudjelthia2023-12-201-1/+1
* AndroidTestRunner: make build command program deduction more robustAssam Boudjelthia2023-12-181-1/+1
* Deploy FFmpeg dlls with windeployqtJøger Hansegård2023-12-181-0/+42
* tools: port away from QPairMarc Mutz2023-12-148-22/+25
* AndroidTestRunner: few minor fixes for loging and printingAssam Boudjelthia2023-12-141-13/+12
* Remove mentioning of UWP from windeployqt's configure summaryOliver Wolff2023-12-131-1/+1
* moc: port from pair<> to a struct SuperClassMarc Mutz2023-12-133-14/+16
* AndroidTestRunner: replace fprintf() with Qt logging callsAssam Boudjelthia2023-12-131-20/+14
* AndroidTestRunner: add new TestInfo structAssam Boudjelthia2023-12-131-19/+25
* AndroidTestRunner: log when timing out waiting for the test to finishAssam Boudjelthia2023-12-131-0/+3
* AndroidTestRunner: uninstall the test when interruptedAssam Boudjelthia2023-12-131-21/+48
* windeployqt: Proper error message when qtpaths.bat/.exe could not be runOliver Wolff2023-12-112-9/+13
* Fix build with -no-feature-processTasuku Suzuki2023-12-071-1/+1
* AndroidTestRunner: fix args with quotes and spacesAssam Boudjelthia2023-12-051-2/+9
* Add the 'IWYU pragma: export' record to all CaMeL-case header aliasesAlexey Edelev2023-12-041-2/+2
* AndroidTestRunner: use Qt::StringLiterals and some cosmetic changesAssam Boudjelthia2023-11-301-54/+52
* AndroidTestRunner: use QProcess instead of popen()Assam Boudjelthia2023-11-302-83/+113
* AndroidTestRunner: Fix treatement of quotes in test argsAssam Boudjelthia2023-11-301-1/+1
* CMake: Compute dynamic timeout for androidtestrunnerAlexandru Croitor2023-11-301-2/+2
* AndroidTestRunner: pass testlib env vars to the test appAssam Boudjelthia2023-11-301-4/+20
* AndroidTestRunner: fix failure to acquire test runner semaphoreAssam Boudjelthia2023-11-301-15/+41
* Android: bump Android target API level to 34Rami Potinkara2023-11-301-1/+1
* Windeployqt: Fix -v/--version optionTimothée Keller2023-11-281-2/+9
* qdbuscpp2xml: Register QtDBus metatypesIevgenii Meshcheriakov2023-11-281-0/+3
* AndroidTestRunner: use ndk-stack to pretty print crash reportsAssam Boudjelthia2023-11-281-0/+49
* AndroidTestRunner: don't fail waiting for the app to start/finishAssam Boudjelthia2023-11-281-44/+50
* AndroidTestRunner: print logcat and crash stacktrace when a test failsAssam Boudjelthia2023-11-281-16/+72
* AndroidTestRunner: split androidtestrunner output retrieval failure logAssam Boudjelthia2023-11-281-18/+24
* Moc: don't stumple over inline namespace in more placesFabian Kosmale2023-11-241-1/+3
* uic: Use fully qualified enum value for remaining casesFriedemann Kleint2023-11-151-3/+3
* uic: Write fully qualified enum values for QMainWindow enumerationsFriedemann Kleint2023-11-151-5/+13
* uic: Prepare for encountering fully qualified enum values in new .ui filesFriedemann Kleint2023-11-151-24/+38
* windeployqt: improve MSVC runtime detectionYuhang Zhao2023-11-021-3/+13
* uic: Port enumeration lookups to QLatin1StringViewFriedemann Kleint2023-11-023-53/+53
* Windeployqt: add options to deploy/block pluginsTimothée Keller2023-10-314-29/+269
* no-thread: don't build macdeployqtMorten Sørvig2023-10-311-1/+1
* Prefer using override instead of virtual in qdbusxml2cppAhmed Kerimov2023-10-271-1/+1
* androiddeployqt: Copy templates and stdcpp lib in auxillary modeNikunj Arora2023-10-191-7/+6
* macdeployqt: Fix codesigning with @loader_pathJonas Kvinge2023-10-171-0/+4
* windeployqt: Don't copy files from unneeded QML modulesArno Rehn2023-10-102-4/+24
* Search extra library paths for Android dependency XML files as wellVolker Krause2023-10-071-0/+5
* Windeployqt: fix typoTimothée Keller2023-10-061-1/+1
* macdeployqt: Also look for app libraries with .so extensionJonas Kvinge2023-09-271-1/+1
* Android: bump Android target API level to 33Assam Boudjelthia2023-09-231-1/+1
* Remove framework-related functionality from syncqtAlexey Edelev2023-09-221-30/+4
* moc: make qHash(SubArray) accept a seedMarc Mutz2023-09-201-3/+3