summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Do feature testing for linker flagsCristian Adam2019-11-221-3/+16
* CMake: Add support for building with Clang-MinGW toolchainCristian Adam2019-11-221-2/+5
* Fix an incorrect regex rangeJean-Michaël Celerier2019-11-221-2/+2
* Fix warnings when a module's plugin type has underscoresAlexandru Croitor2019-11-151-3/+9
* Fix add_cmake_library to use a correct plugin suffix on macOSAlexandru Croitor2019-11-151-0/+6
* Rename / prefix all our private API functions with qt_Alexandru Croitor2019-11-146-137/+194
* Fix not to add warnings_are_errors property to INTERFACE targetsAlexandru Croitor2019-11-131-0/+4
* Always build tests by default when building standalone testsAlexandru Croitor2019-11-131-0/+4
* Don't include standalone tests config file if none existsAlexandru Croitor2019-11-131-1/+1
* Fix qt_skip_warnings_are_errors_when_repo_unclean for executablesAlexandru Croitor2019-11-131-1/+1
* Add support for skipping warnings are errorsAlexandru Croitor2019-11-122-9/+27
* Add add_qt_manual_test()Leander Beernaert2019-11-121-0/+34
* Don't install QtFooTestsConfig.cmake if no modules were builtAlexandru Croitor2019-11-121-0/+6
* Make sure to install QtStandaloneTestsConfig.cmake.inAlexandru Croitor2019-11-121-0/+1
* Build test/manual if it contains a CMakeLists.txtLeander Beernaert2019-11-121-0/+3
* Fix armv7 embedded Linux buildSimon Hausmann2019-11-111-1/+3
* Fix architecture config tests values to be written only onceAlexandru Croitor2019-11-082-6/+7
* Add support for -nomake-tests and -nomake-examples equivalentsAlexandru Croitor2019-11-083-0/+12
* Make standalone tests build via top level repo projectAlexandru Croitor2019-11-085-42/+101
* Fix handling of _nolink targets for the QtNetwork moduleAlexandru Croitor2019-11-081-1/+5
* Fix interface library issues on AndroidAlexandru Croitor2019-11-082-1/+5
* Don't add linker scripts to interface librariesAlexandru Croitor2019-11-081-4/+6
* Don't query MODULE_PLUGIN_TYPES property on interface librariesAlexandru Croitor2019-11-081-3/+7
* Fix Android x86 buildsLeander Beernaert2019-11-081-0/+9
* Add support for benchmark conversionLeander Beernaert2019-11-043-1/+44
* cmake: Fix setting QT_DISABLE_DEPRECATED_BEFOREFrederik Gladhorn2019-10-311-3/+4
* Distinguish between qt_plugin and regular pluginsLeander Beernaert2019-10-281-0/+4
* Enable running test on AndroidLeander Beernaert2019-10-282-9/+55