summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Make qmake and qtpaths report Qt version baked into the binariesJoerg Bornemann2023-01-182-1/+2
* Add the 'QT_INTERNAL_AVOID_OVERRIDING_SYNCQT_CONFIG' flagAlexey Edelev2023-01-131-1/+6
* Add CTF tracing backendAntti Määttä2023-01-136-7/+327
* Add metadata support to tracegen and tracepointgen toolsAntti Määttä2023-01-138-94/+454
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-135-0/+458
* Fix array handling in tracegen toolAntti Määttä2023-01-134-5/+16
* Add missing header guardsFriedemann Kleint2023-01-121-0/+5
* Fix dangling referencesVille Voutilainen2023-01-121-0/+5
* Windeployqt: Multiple directory use warningTimothée Keller2023-01-111-0/+5
* Windeployqt: change qml import handlingTimothée Keller2023-01-111-1/+1
* macdeployqt: Don't remove rpaths more than onceTor Arne Vestbø2023-01-101-1/+2
* windeployqt: Remove support for QtQuick1Joerg Bornemann2023-01-101-34/+20
* Windeployqt: Remove quint64 type for QtModuleTimothée Keller2023-01-091-3/+0
* Moc: avoid double underscores in a generated identifierGiuseppe D'Angelo2023-01-091-2/+17
* RCCFileInfo: refactorAhmad Samir2023-01-072-48/+51
* syncqt: add some debugging to the ELF version script parsingThiago Macieira2023-01-061-2/+3
* Avoid full optimization of syncqt if QT_USE_DEFAULT_CMAKE_OPTIMIZATION_FLAGS ...Alexey Edelev2023-01-061-1/+3
* Change the RUNTIME_OUTPUT_DIRECTORY for configure-time executablesAlexey Edelev2023-01-051-0/+2
* RCCFileInfo: get lastModified file time in UTC directlyAhmad Samir2023-01-051-1/+1
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-041-1/+1
* Check if "-stagingDir" is passed from the commandAlexey Edelev2023-01-041-1/+1
* Avoid breaking version script generator stateAlexey Edelev2023-01-041-2/+6
* Replace syncqt arguments with rsp fileAlexey Edelev2023-01-021-45/+46
* Move '--sign' argument to the end of the androiddeployqt commandAlexey Edelev2023-01-021-1/+7
* Clean up unused variablesLu YaNing2022-12-221-3/+0
* RCCFileInfo: use QString prepend optimizationAhmad Samir2022-12-191-1/+2
* QtMiscUtils: add missing toAsciiUpper(), use it in mocMarc Mutz2022-12-181-2/+3
* CMake: Allow contents of resources to be replaced by empty filesUlf Hermann2022-12-172-10/+36
* dbus: Fix path to moc file in generated qdbusxml2cppDavid Edmundson2022-12-161-5/+5
* Windeployqt: add missing module and pluginTimothée Keller2022-12-161-4/+7
* Windeployqt: change platform plugin base filterTimothée Keller2022-12-091-0/+2
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-091-0/+1
* Update list of windeployqt modulesTimothée Keller2022-12-091-3/+17
* Add Boyer-Moore Latin-1 string searcher with optional case sensitivityØystein Heskestad2022-12-081-0/+1
* Update list of windeployqt modulesTimothée Keller2022-12-081-3/+11
* macdeployqt: Add networkinformation as plugins to be deployedMårten Nordheim2022-12-071-1/+3
* Allow 'We mean it.' disclaimer to have follow textAlexey Edelev2022-12-071-3/+4
* Update list of windeployqt modulesTimothée Keller2022-12-061-11/+17
* Windeployqt: adjust bitset change for scalingTimothée Keller2022-12-031-4/+5
* androiddeployqt: Avoid extra modifying of gradle's *.properties filesAlessandro Portale2022-12-021-1/+1
* moc: don't include any std headers before user class headersStefan Sichler2022-11-301-1/+5
* syncqt: Use absolute paths to aliased header files in corner casesAlexey Edelev2022-11-291-3/+13
* moc: Output the "cloned" flag for methodsUlf Hermann2022-11-271-0/+3
* macdeployqt: Fix QtMultimedia plugins deploymentVladimir Belyavsky2022-11-251-1/+1
* Update windeployqt pluginsTimothée Keller2022-11-191-0/+1
* windeployqt: replace enum with bitsetOliver Wolff2022-11-171-100/+113
* syncqt: remove unnecessary check for not empty stringMaxime Roussin-Bélanger2022-11-161-1/+1
* syncqt: use empty() to check for empty std::stringMaxime Roussin-Bélanger2022-11-161-6/+6
* syncqt: change to const-ref iteration variable in a for-loopMaxime Roussin-Bélanger2022-11-161-1/+1
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-161-21/+11