summaryrefslogtreecommitdiffstats
path: root/cmake/QtPostProcess.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Handle path components like INSTALL_LIBDIR more correctlyAlexandru Croitor2020-03-101-0/+19
* Add QT_MODULE_SKIP_MODULE_INCLUDES propertyLeander Beernaert2020-03-051-0/+9
* CMake: Adapt to latest upstream Ninja Multi-Config changesAlexandru Croitor2020-03-041-5/+5
* CMake: Allow building bundled 3rd party libraries in qtbaseAlexandru Croitor2020-02-251-1/+22
* Only export public module link dependencies for shared buildsLeander Beernaert2020-02-121-1/+3
* Don't hardcode the include directory nameChristophe Giboudeaux2020-01-311-1/+1
* Fix CMAKE_BUILD_TYPE to be force setAlexandru Croitor2020-01-301-1/+5
* Fix CMAKE_BUILD_TYPE to be a cache variable in QtBuildInternalsExtraAlexandru Croitor2020-01-291-1/+1
* Add initial support for CMake "Ninja Multi-Config" generatorAlexandru Croitor2020-01-271-1/+26
* Implement qtbase fixes for superbuildsJean-Michaël Celerier2020-01-081-2/+2
* Provide a way to specify extra tool package dependenciesAlexandru Croitor2019-11-261-19/+6
* Don't install QtFooTestsConfig.cmake if no modules were builtAlexandru Croitor2019-11-121-0/+6
* Fix architecture config tests values to be written only onceAlexandru Croitor2019-11-081-1/+1
* Make standalone tests build via top level repo projectAlexandru Croitor2019-11-081-0/+27
* QtPostProcess: Check target link-type when collecting depsMårten Nordheim2019-09-301-4/+11
* Create module tools packages (config files) automaticallyAlexandru Croitor2019-09-221-0/+8
* Fix unnecessary find_package calls for shared builds, part 2Simon Hausmann2019-09-061-1/+1
* Avoid unnecessary find_package calls when using Qt with shared buildsSimon Hausmann2019-09-051-0/+5
* Add support for Qt header_modules aka a header only INTERFACE libraryAlexandru Croitor2019-08-231-3/+19
* Add some clarifying documentation in QtPostProcessAlexandru Croitor2019-08-231-0/+13
* Fix creation of ModuleDepends header file with correct dependenciesAlexandru Croitor2019-08-231-1/+3
* Abstract and fix usages of QT_KNOWN_MODULESAlexandru Croitor2019-08-231-7/+13
* Export architecture config test variablesLeander Beernaert2019-08-141-0/+4
* Ugly fix for handling QT_SOURCE_TREEAlexandru Croitor2019-07-291-0/+2
* cmake: allow client apps to load static plug-insJean-Michaël Celerier2019-07-051-17/+17
* Android: Final changes for APK generationLeander Beernaert2019-06-261-0/+12
* Fix static buildsAlexandru Croitor2019-06-121-0/+2
* Make WinMain linkage compatible with Qt 5Simon Hausmann2019-06-121-0/+5
* cmake: Generate QtBuildInternalsExtra at conftimeKevin Funk2019-06-051-28/+5
* cmake: register plug-ins, create dependencies fileJean-Michaël Celerier2019-06-041-125/+217
* Reset main_module_tool_deps in QtPostProcessAlexandru Croitor2019-05-221-0/+1
* Allow building the tests directory as a standalone CMake projectAlexandru Croitor2019-05-221-0/+4
* Save and set the CMAKE_INSTALL_PREFIX in BuildInternal's Config fileAlexandru Croitor2019-05-151-0/+6
* Use the qt_build_repo() macros for building qtbase as wellAlexandru Croitor2019-05-151-0/+27
* Implement developer / non-prefix buildsAlexandru Croitor2019-05-151-13/+17
* Handle generating find_dependency() calls for nolink targetsAlexandru Croitor2019-05-031-0/+8
* cmake: move dependencies accumulation in QtPostProcess.cmakeJean-Michaël Celerier2019-05-031-1/+23
* Make module package depend on its own tool packageAlexandru Croitor2019-05-021-2/+36
* Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-0/+53
* Export tool config and target files for each relevant moduleAlexandru Croitor2019-05-021-3/+3
* Fix header Depends file generationAlexandru Croitor2019-03-111-0/+1
* QtPostProcess: Fix generation of *Depends header filesTobias Hunger2018-11-011-1/+14
* Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+32