summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Android: demistify the "No platform plugin" androiddeployqt errorAssam Boudjelthia2023-03-161-9/+4
* uic: Generate string-based connections for QLCDNumber::display()Friedemann Kleint2023-02-071-0/+4
* Fix android build with -no-feature-settingsTasuku Suzuki2023-02-031-1/+1
* macdeployqt: Don't remove rpaths more than onceTor Arne Vestbø2023-01-161-1/+2
* Add missing header guardsFriedemann Kleint2023-01-121-0/+5
* Windeployqt: change qml import handlingTimothée Keller2023-01-111-1/+1
* Move '--sign' argument to the end of the androiddeployqt commandAlexey Edelev2023-01-061-1/+7
* Windeployqt: adjust bitset change for scaling (Take 2)Oliver Wolff2022-12-201-3/+3
* QtMiscUtils: add missing toAsciiUpper(), use it in mocMarc Mutz2022-12-181-2/+3
* Windeployqt: change platform plugin base filterTimothée Keller2022-12-091-0/+2
* Update list of windeployqt modulesTimothée Keller2022-12-091-3/+17
* Update list of windeployqt modulesTimothée Keller2022-12-081-3/+11
* macdeployqt: Add networkinformation as plugins to be deployedMårten Nordheim2022-12-081-1/+3
* Update list of windeployqt modulesTimothée Keller2022-12-061-11/+17
* Windeployqt: adjust bitset change for scalingTimothée Keller2022-12-051-1/+2
* windeployqt: replace enum with bitsetOliver Wolff2022-12-031-100/+113
* Update windeployqt pluginsTimothée Keller2022-12-031-0/+1
* macdeployqt: Fix QtMultimedia plugins deploymentVladimir Belyavsky2022-11-291-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-1813-42/+42
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-1814-132/+132
* moc: Add basic support for nested inline namespacesFabian Kosmale2022-11-171-0/+6
* Update list of windeployqt modulesTimothée Keller2022-11-161-2/+10
* Make sure that module can be imported by the provided QML import pathAlexey Edelev2022-11-101-11/+6
* Update list of windeployqt modulesTimothée Keller2022-11-071-54/+64
* 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
* Windeployqt command line module expansionTimothée Keller2022-10-271-2/+4
* Android: fix Gradle warning about using enableUncompressedNativeLibsAssam Boudjelthia2022-10-211-2/+24
* windeployqt: Deploy Qt Designer plugins for QtUiToolsFriedemann Kleint2022-10-181-33/+63
* uic/Python: Do not generate QByteArray for dynamic C-String propertiesFriedemann Kleint2022-10-061-2/+3
* windeployqt: Add new multimedia pluginsFriedemann Kleint2022-10-061-0/+1
* Fix condition that runs the scanning of the Qml importsAlexey Edelev2022-09-271-1/+1
* uic: Add an option to modify the generated resource importFriedemann Kleint2022-09-153-3/+17
* uic: Remove trailing blanks generated into Python icon codeFriedemann Kleint2022-09-071-2/+1
* uic: Add QPdfViewFriedemann Kleint2022-09-071-0/+1
* Reland macdeployqt: Don't copy .prl files into the Resources folderMichael Brüning2022-09-051-3/+9
* Correct typo in destination path variable namesMichael Brüning2022-09-051-6/+6
* macdeployqt: Fix deploying libraries with `reexport`Jonas Kvinge2022-09-011-1/+1
* RCC: fix zlib compression when --no-zstd was specifiedThiago Macieira2022-08-312-14/+10
* qdbusxml2cpp: be consistent in the annotation suggestionThiago Macieira2022-08-171-6/+6
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-111-6/+9
* moc: handle attributes in class declarationsFabian Kosmale2022-08-031-0/+3
* Fix build with missing qml-root-pathAndré Klitzing2022-07-281-1/+1
* rcc: fix build when cross-compilingSamuli Piippo2022-07-131-8/+1
* Fix building with "-sanitize fuzzer-no-link"Robert Loehning2022-07-121-0/+1
* moc: fix GCC -Wuseless-cast warningsMarc Mutz2022-07-061-1/+1
* moc: fix const-init for WindowsThiago Macieira2022-06-291-4/+3
* moc: move the qt_static_metacall below the staticMetaObjectThiago Macieira2022-06-291-10/+11
* 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