summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Refactor Metatypes dependency propagationLeander Beernaert2020-02-102-23/+0
* Don't add private module headers for private modules when not neededAlexandru Croitor2020-02-061-4/+5
* Remove qt_add_qml_module() from QtBuildLeander Beernaert2020-02-061-169/+0
* Load module specific extensions for QtBuildInternalsLeander Beernaert2020-02-062-0/+14
* Safeguard against multiple definition of dbus-1 targetLeander Beernaert2020-02-061-0/+4
* Fix qt_add_qml_module() for non-prefix buildsLeander Beernaert2020-02-051-14/+18
* Allow manually specification of moc.json files for metatype generationLeander Beernaert2020-02-051-2/+17
* pro2cmake: Handle QT += core-private correctly for modulesAlexandru Croitor2020-02-051-4/+6
* Add additional include path for DRMSamuli Piippo2020-02-051-1/+7
* qtbase: don't use neon flags on arm64Samuli Piippo2020-02-051-1/+1
* qtbase: use syncqt.pl from QT_HOST_PATHSamuli Piippo2020-02-051-0/+6
* Remove retained quick compiler resource filesLeander Beernaert2020-02-051-22/+1
* Update add_custom_command and add_custom_target dependenciesLeander Beernaert2020-02-033-11/+30
* Don't hardcode the include directory nameChristophe Giboudeaux2020-01-313-8/+8
* Don't hardcode the library directory nameChristophe Giboudeaux2020-01-311-3/+3
* Don't hardcode the binary directory nameChristophe Giboudeaux2020-01-312-14/+14
* Add INSTALL_MKSPECSDIR to the install locationsChristophe Giboudeaux2020-01-312-10/+24
* Fix CMAKE_BUILD_TYPE to be force setAlexandru Croitor2020-01-301-1/+5
* Append to AUTO_MOC_OPTIONS in order not override existing valueLeander Beernaert2020-01-291-2/+4
* Only add --automoc-json to AUTOMOC_OPTIONS for metatypes targetsLeander Beernaert2020-01-291-1/+0
* Generate metatypes dependency fileLeander Beernaert2020-01-292-20/+37
* Fix CMAKE_BUILD_TYPE to be a cache variable in QtBuildInternalsExtraAlexandru Croitor2020-01-292-8/+2
* Forward CMAKE_BUILD_TYPE, if available, in qt-cmakeLeander Beernaert2020-01-291-1/+7
* Don't create convenience plugin target when not neededAlexandru Croitor2020-01-271-1/+1
* Fix qt_import_plugins compatibility with Qt 5Alexandru Croitor2020-01-271-1/+18
* Fix plugin target names to be compatible with Qt 5Alexandru Croitor2020-01-271-5/+22
* Add initial support for CMake "Ninja Multi-Config" generatorAlexandru Croitor2020-01-277-9/+130
* Support for QML Type RegistrarLeander Beernaert2020-01-241-71/+7
* Fix dependencies for SIMD object libraries in macOS framework buildsAlexandru Croitor2020-01-221-0/+5
* Add QT_TEST_RUNNING_IN_CTEST environment variable for testLeander Beernaert2020-01-141-1/+1
* Add support for test timeoutsLeander Beernaert2020-01-131-1/+4
* Fix Generator Expression for static non-prefix buildsLeander Beernaert2020-01-101-1/+1
* Implement qtbase fixes for superbuildsJean-Michaƫl Celerier2020-01-0810-79/+165
* Fix is_framework check for interface librariesLeander Beernaert2020-01-061-1/+6
* CMake: Add support for framework buildsJoerg Bornemann2020-01-061-36/+201
* Add custom targets for documentationLeander Beernaert2019-12-182-1/+182
* Expose Patch Version in QtConfig.cmakeLeander Beernaert2019-12-112-3/+6
* Add option to specify working directory for qt_add_testLeander Beernaert2019-12-101-2/+8
* cmake/README.md: Clarify some pointsFriedemann Kleint2019-12-091-4/+6
* Make sure to install QtModuleToolsVersionlessTargets.cmake.inAlexandru Croitor2019-12-061-0/+1
* CMake: Fix creation of versionless targets for toolsAlexandru Croitor2019-12-065-7/+47
* Fix meta types json file install for non-prefix buildsLeander Beernaert2019-12-051-1/+10
* Clear QT_KNOWN_MODULE_${module}_TOOLS cache vars on reconfigurationAlexandru Croitor2019-12-051-0/+2
* Collect Json Metatypes from CMake's AutomocLeander Beernaert2019-12-041-1/+14
* Don't export private include paths if there are no private includesAlexandru Croitor2019-12-031-3/+6
* Export non-private and non-public features and CONFIG valuesAlexandru Croitor2019-12-031-1/+121
* Add initial support for cross-building to iOSAlexandru Croitor2019-12-0311-29/+332
* Cache qt_config_compile_test resultsAlexandru Croitor2019-12-021-0/+4
* Provide a way to specify extra tool package dependenciesAlexandru Croitor2019-11-263-21/+76
* Add FindWrapHarfbuzzAlexandru Croitor2019-11-251-0/+45