summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Enable building of the mysql pluginVille Voutilainen2019-09-021-0/+1
* Fix Harfbuzz detectionSimon Hausmann2019-08-301-1/+1
* Add Qt Mqtt to the library mappingMaurice Kalinowski2019-08-281-0/+1
* Fix subdir handling in pro2cmakeAlexandru Croitor2019-08-281-13/+35
* Fix handling of more functions in handle_function_valueAlexandru Croitor2019-08-281-1/+2
* Fix some corner cases of condition mapping in pro2cmakeAlexandru Croitor2019-08-281-1/+8
* Augment conversion scripts with requirements for qttools part 2Alexandru Croitor2019-08-281-0/+2
* Augment conversion scripts with requirements for qttoolsAlexandru Croitor2019-08-282-0/+16
* Remove ../ from TargetsLeander Beernaert2019-08-261-1/+3
* Use GLOB_RECURSE for testdataLeander Beernaert2019-08-261-2/+1
* Update public CMake macros' versionLeander Beernaert2019-08-231-1/+1
* Handle contains(CONFIG, static) in pro2cmakeAlexandru Croitor2019-08-231-0/+1
* Add support for Qt header_modules aka a header only INTERFACE libraryAlexandru Croitor2019-08-231-0/+4
* Fix more uses of functions in handle_function_valueAlexandru Croitor2019-08-231-1/+2
* Update pro2cmake example generation to use QT5_ADD_RESOURCESLeander Beernaert2019-08-231-10/+18
* Extend run_pro2cmake.py to pass --is-example to pro2cmakeLeander Beernaert2019-08-231-1/+7
* 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