summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-155-14/+18
|\
| * Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-104-14/+14
* | Handle test helpers betterAlexandru Croitor2019-08-151-2/+9
* | Rename alias property on source files to QT_RESOURCE_ALIASLeander Beernaert2019-08-151-1/+1
* | Add support for QtQuikCompiler retained resourcesLeander Beernaert2019-08-141-12/+27
* | Wrap resource file paths in quotesAlexandru Croitor2019-08-121-0/+7
* | Add QT_QML_DEBUG define conversionLeander Beernaert2019-08-121-0/+3
* | Fix resource prefix calculationSimon Hausmann2019-08-091-0/+2
* | Fix cases where DESTDIR equals ./ or ../Leander Beernaert2019-08-091-0/+2
* | Add support for immediate resourcesSimon Hausmann2019-08-091-34/+60
* | Fix add_qt_resource behavior with regards to unspecified prefixesSimon Hausmann2019-08-091-3/+2
* | Simplify resource embedding for qml modulesSimon Hausmann2019-08-091-7/+1
* | Add support for QTQUICK_COMPILER_SKIPPED_RESOURCESSimon Hausmann2019-08-091-3/+12
* | Extend handling of special condtionsLeander Beernaert2019-08-081-2/+2
* | Add support for converting qtTargetLibrary() value assignmentsLeander Beernaert2019-08-083-2/+31
* | Fix conversion of SUBDIR pro files not in current directoryLeander Beernaert2019-08-081-8/+16
* | Handle DESTDIR overrideLeander Beernaert2019-08-071-0/+5
* | Handle qmake's CONFIG=pluginLeander Beernaert2019-08-071-6/+6
* | Handle conditions for SUBDIRS *more* correctlyAlexandru Croitor2019-08-071-56/+124
* | Fix regular expression for add_qml_moduleLeander Beernaert2019-08-061-1/+1
* | Fix shared resource paths in testsLeander Beernaert2019-08-061-1/+10
* | Fix add_qml_module URILeander Beernaert2019-08-061-4/+6
* | Fix qml plugin conversion: always install qml filesLeander Beernaert2019-08-061-8/+9
* | Fix $$_PRO_FILE_PWD substitutionLeander Beernaert2019-08-051-1/+3
* | Implement condition simplification for add_subdirectory conditionsAlexandru Croitor2019-08-011-1/+24
* | Fix pro2cmake to handle QT default values properlyAlexandru Croitor2019-08-011-1/+4
* | Small fix to correctly handle default argumentsAlexandru Croitor2019-08-011-4/+8
* | Refactor QML_FILES for add_qml_moduleLeander Beernaert2019-08-011-15/+52
* | Properly convert default QT directiveJędrzej Nowacki2019-08-011-1/+2
* | Implement SUBDIR-= conversion in pro2cmake toolJędrzej Nowacki2019-08-011-12/+39
* | Add Qt Quick Compiler supportLeander Beernaert2019-07-311-1/+11
* | Ugly fix for handling QT_SOURCE_TREEAlexandru Croitor2019-07-291-3/+45
* | Fix testdata handlingAlexandru Croitor2019-07-291-5/+12
* | Add EMBED_QML_FILES option to add_qml_moduleLeander Beernaert2019-07-251-0/+2
* | Fix QML_FILES conversionLeander Beernaert2019-07-251-1/+1
* | Extend add_qt_test to support qmltestcaseLeander Beernaert2019-07-241-10/+23
* | Fix mapping of Apple platforms in pro2cmake.pyAlexandru Croitor2019-07-231-1/+1
* | Simplify add_qml_module codeLeander Beernaert2019-07-221-25/+11
* | Process private libraries set in QT_PRIVATELeander Beernaert2019-07-221-1/+1
* | Fix mapping of features to private featuresSimon Hausmann2019-07-221-3/+10
* | Add special case handling for corelib mimetypes resourcesLeander Beernaert2019-07-181-6/+6
* | Enable recursive expansion of simple qmake variablesLeander Beernaert2019-07-182-12/+24
* | Handle TESTDATA for Qt TestsLeander Beernaert2019-07-161-0/+20
* | Add support for QML pluginsLeander Beernaert2019-07-152-2/+53
* | Add missing expansion for $$_PRO_FILE_PWD_Leander Beernaert2019-07-151-1/+1
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1110-192/+386
|\|
| * Add data for Windows Time-Zone IDs added in the last two yearsEdward Welbourne2019-07-011-0/+29
| * Tidy up in cldr2qtimezone.py and document the need to run itEdward Welbourne2019-07-012-12/+11
| * cldr2qtimezone.py: report all missing zones, rather than just the firstEdward Welbourne2019-07-011-1/+6
| * Use simpler data structures in cldr2qtimezone.pyEdward Welbourne2019-07-011-169/+165