summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the default enabled AUTOGEN tools list to contain only mocAlexandru Croitor2019-05-222-36/+72
* Move some configure arguments from qt5 configuration fileJędrzej Nowacki2019-05-221-1/+1
* Reset main_module_tool_deps in QtPostProcessAlexandru Croitor2019-05-221-0/+1
* Adjust timeouts in module_config.yamlJędrzej Nowacki2019-05-221-2/+4
* Cleanup module_config.yamlJędrzej Nowacki2019-05-221-2/+2
* Allow building the tests directory as a standalone CMake projectAlexandru Croitor2019-05-226-35/+82
* Build and use double-conversion library shipped by Qt when neededAlexandru Croitor2019-05-224-7/+40
* Add a few more 3rd party libraries to helper.pyAlexandru Croitor2019-05-211-0/+3
* Avoid accidental clash with .qrc files that are checked inSimon Hausmann2019-05-211-1/+1
* Simplify top-level CMakeLists.txt for modulesSimon Hausmann2019-05-211-0/+20
* Automatically install repo specific cmake find modulesAlexandru Croitor2019-05-201-0/+15
* Fix the fix to correctly handle comments in multi-line assignmentsAlexandru Croitor2019-05-203-7/+42
* Improve configure2cmake to find_package only in certain conditionsAlexandru Croitor2019-05-204-27/+120
* Regenerate corelibAlexandru Croitor2019-05-202-14/+981
* Fix typo in module_config.yamlJędrzej Nowacki2019-05-201-1/+1
* Regenerate sqlAlexandru Croitor2019-05-201-9/+12
* Regenerate printsupportAlexandru Croitor2019-05-201-6/+8
* Regenerate platformheadersAlexandru Croitor2019-05-201-0/+2
* Regenerate concurrentAlexandru Croitor2019-05-201-1/+1
* Regenerate dbusAlexandru Croitor2019-05-201-0/+73
* Regenerate openglAlexandru Croitor2019-05-202-1/+66
* Regenerate networkAlexandru Croitor2019-05-202-1/+425
* Regenerate widgetsAlexandru Croitor2019-05-202-19/+813
* Regenerate guiAlexandru Croitor2019-05-202-1/+528
* Handle the new cmdline config feature in pro2cmakeAlexandru Croitor2019-05-201-1/+2
* Workaround fix in pro2cmake Operation __init__ methodAlexandru Croitor2019-05-201-2/+5
* Don't exclude QtCore from dependencies when generating modulesAlexandru Croitor2019-05-201-2/+2
* Fix parsing qmake assignments that have comments in betweenAlexandru Croitor2019-05-173-1/+14
* CMake: Fix test_scope_handlingTobias Hunger2019-05-171-31/+31
* CMake: Fix test_operationsTobias Hunger2019-05-173-18/+22
* Propagate QT_CMAKE_EXPORT_NAMESPACE via QtCore packageAlexandru Croitor2019-05-172-0/+14
* Copy feature properties from GlobalConfig to Core targetAlexandru Croitor2019-05-171-0/+25
* Teach configure to run either qmake or cmakeVille Voutilainen2019-05-161-26/+141
* Stop trying to create config forwarding headers for NO_MODULE targetsAlexandru Croitor2019-05-162-10/+14
* Save and set the CMAKE_INSTALL_PREFIX in BuildInternal's Config fileAlexandru Croitor2019-05-152-2/+8
* Use the qt_build_repo() macros for building qtbase as wellAlexandru Croitor2019-05-157-60/+96
* Encapsulate commands for building other repos into two macrosAlexandru Croitor2019-05-153-5/+36
* Implement developer / non-prefix buildsAlexandru Croitor2019-05-158-170/+453
* cmake: Correct way to save/restore env varsAlbert Astals Cid2019-05-101-6/+27
* CMake: Wrap DBus1 find_package call to fix xproto not being picked upTobias Hunger2019-05-103-2/+12
* Move build and test instructions from coin to qtbaseLiang Qi2019-05-101-0/+56
* CMake: pro2cmake.py: Add target_link_libraries to examplesTobias Hunger2019-05-091-0/+4
* CMake: pro2cmake.py: Generate find_package information into examplesTobias Hunger2019-05-092-10/+46
* Keep "special case" modifications when regenerating project filesAlexandru Croitor2019-05-092-4/+394
* CMake: scripts: Extract code to write find_package linesTobias Hunger2019-05-092-25/+42
* CMake: pro2cmake.py: Separate library extraction logic from writing out dataTobias Hunger2019-05-092-68/+70
* CMake: pro2cmake.py: Extract writing lists into cmake filesTobias Hunger2019-05-091-61/+47
* CMake: scripts: Fix mypy issuesTobias Hunger2019-05-092-14/+16
* CMake: pro2cmake.py: Add basic support for examplesTobias Hunger2019-05-091-39/+118
* CMake: Fix up after WrapFreetype introductionTobias Hunger2019-05-081-1/+1