summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Fix add_qt_docs callsSimon Hausmann2019-09-191-1/+1
* Add SDL2 to 3rd-party library mappingMårten Nordheim2019-09-181-0/+1
* pro2cmake: Handle qmake env variables in file pathsAlexandru Croitor2019-09-181-2/+19
* Add option to generate pro2cmake on failed onesCristian Maureira-Fredes2019-09-181-0/+11
* Fix indentation inside group_and_print_sub_dirsCristián Maureira-Fredes2019-09-181-9/+2
* Improve styling of util/cmake scriptsCristian Maureira-Fredes2019-09-1810-2048/+2752
* Don't create "gui" applications when linking against testlibSimon Hausmann2019-09-181-1/+2
* Fix up documentation integration placeholderSimon Hausmann2019-09-181-13/+26
* CMake: add Qt::TextToSpeech to library mappingFrederik Gladhorn2019-09-181-0/+1
* CMake: add library mapping for QtSpeechFrederik Gladhorn2019-09-181-0/+3
* cmake: Add library mappings for qtwaylandJohan Klokkhammer Helsing2019-09-172-1/+6
* Add initial support for QtKnx cmakeKarsten Heimrich2019-09-171-0/+1
* pro2cmake: Handle nested lists in handle_function_valueAlexandru Croitor2019-09-171-1/+19
* Add a mapping for QtSerialBusAlex Blasche2019-09-171-0/+1
* pro2cmake.py: State dependenciesFriedemann Kleint2019-09-171-1/+2
* run_pro2cmake.py: Run on WindowsFriedemann Kleint2019-09-171-2/+6
* pro2cmake: Support QML IMPORTPATH with multiple elementsJüri Valdmann2019-09-171-4/+4
* Add Qt Coap to the library mappingSona Kurazyan2019-09-171-0/+1
* pro2cmake: Remove warning about line continuationsJoerg Bornemann2019-09-171-4/+0
* Add expansion for $$files() in RESOURCESLeander Beernaert2019-09-171-10/+33
* pro2cmake: Recursively expand $$FOO variablesAlexandru Croitor2019-09-161-1/+6
* Use posix paths in pro2cmake and configurejson2cmake even on WindowsAlexandru Croitor2019-09-112-12/+13
* Minor fix path handling when considering whether to convert projectAlexandru Croitor2019-09-111-1/+1
* Use pre-compiled headers when building Qt with cmakeMårten Nordheim2019-09-111-0/+12
* Skip converting certain projects when they are passed to pro2cmakeAlexandru Croitor2019-09-091-0/+22
* Try to detect if project given to pro2cmake is an exampleAlexandru Croitor2019-09-091-1/+16
* Handle top level tests, examples and main qmake projects in pro2cmakeAlexandru Croitor2019-09-091-3/+148
* cmake: Enable building of the oci pluginVille Voutilainen2019-09-051-0/+1
* cmake: Enable building of the db2 pluginVille Voutilainen2019-09-041-0/+1
* 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