summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-296-10/+10
| * gen_qfloat16_tables: add a comment explaining what the tool isThiago Macieira2019-06-031-1/+13
| * qfloat16: Check in the tables to GitThiago Macieira2019-06-032-0/+153
* | Fix XCB feature detectionSimon Hausmann2019-06-261-1/+1
* | Android: Final changes for APK generationLeander Beernaert2019-06-261-1/+29
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-142-121/+121
|\|
| * Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-2/+2
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-121-2/+1
* | Fix linking of examplesSimon Hausmann2019-06-121-1/+1
* | Improve special case handler to work on WindowsAlexandru Croitor2019-06-111-4/+20