summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix framework path for *_header_check targetsJoerg Bornemann2021-01-191-1/+1
* QtEntryPoint: Fix linking Release against RelWithDebInfo with MSVCJoerg Bornemann2021-01-181-5/+13
* Lower the CMake minimum required version for single-config buildsJoerg Bornemann2021-01-141-0/+10
* Fix warning in generated test wrappersAlexey Edelev2021-01-131-1/+2
* CMake: Use -ffat-lto-objects for static libraries with ltcg and GCCChristophe Giboudeaux2021-01-131-0/+8
* Remove redundant .qch from installed docsAlexey Edelev2021-01-081-1/+3
* CMake: improve FindMySQL.cmakeLi Xinwei2021-01-081-10/+9
* Add newline to the end of the config.summaryAlexey Edelev2021-01-081-0/+1
* Fix qch install pathAlexey Edelev2021-01-071-1/+1
* CMake: Add proactive check of generator multi-config capabilitiesAlexey Edelev2021-01-051-0/+10
* CMake: Fix missing report entriesAlexey Edelev2021-01-051-2/+2
* CMake: Fix glitch in module pri generation for Ninja Multi-ConfigJoerg Bornemann2021-01-041-0/+1
* CMake: Fix dirty summary file when reconfigure qtAlexey Edelev2020-12-301-1/+2
* Revert "CMake: Fix missing report entries"Alexey Edelev2020-12-301-2/+1
* CMake: Fix missing report entriesAlexey Edelev2020-12-291-1/+2
* CMake: Store config summary to fileAlexey Edelev2020-12-291-0/+5
* CMake: Add --enable-new-dtags flag supportAlexey Edelev2020-12-221-0/+4
* CMake: Use Release build type by defaultAlexey Edelev2020-12-211-7/+7
* CMake: Use host variables instead of hardcoded directoriesAlexey Edelev2020-12-217-12/+23
* CMake: Add detection of FEATURE_foo change by userAlexey Edelev2020-12-183-32/+67
* CMake: Fix module separate build error when -DFEATURE_static_runtime=ONLi Xinwei2020-12-171-9/+9
* CMake: Fix compile warnings when MSVC and -DFEATURE_static_runtime=ONLi Xinwei2020-12-171-0/+2
* Fix autotest config in cross-compiled prefix buildEirik Aavitsland2020-12-171-1/+5
* Android: install android test scripts to libexec to test on all modulesAssam Boudjelthia2020-12-111-0/+9
* CMake: Wrap benchmarks with cmake scriptAlexey Edelev2020-12-111-42/+57
* CMake: Use test wrapper to run android testsAlexey Edelev2020-12-112-78/+168
* CMake: Improve tests wrapper arguments handlingAlexey Edelev2020-12-111-2/+15
* CMake: Document some missing configure cmake mappingsLi Xinwei2020-12-091-5/+5
* CMake: Do not write Effective[Source]Paths to target_qt.confJoerg Bornemann2020-12-081-17/+0
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-083-1/+31
* Offer to build manual tests through QT_BUILD_MANUAL_TESTSAleix Pol2020-12-082-2/+4
* CMake: Force crosscompiling_emulator to empty string if not foundAlexey Edelev2020-12-071-3/+6
* Doc: Add -qt-host-path to configure's help screenJoerg Bornemann2020-12-071-1/+1
* CMake: Add extra targets to run single benchmark using CMake generatorAlexey Edelev2020-12-074-30/+49
* CMake: Enable NEW policies by CMake version with a global defaultCraig Scott2020-12-0713-16/+73
* CMake: Add handling of TESTRUNNER and TESTARGS by Qt testsAlexey Edelev2020-12-041-36/+137
* CMake: Build examples with qmake against a CMake built QtAlexandru Croitor2020-12-041-0/+5
* CMake: Avoid MSVC C4996 warningsLi Xinwei2020-12-041-0/+4
* CMake: Fix arch parsing for oss-fuzzAlexandru Croitor2020-12-041-1/+2
* CMake: Fix QMAKE_LIB_<NAME> variable names in module .pri filesJoerg Bornemann2020-12-031-0/+1
* CMake: mention the QT_BUILD_X_BY_DEFAULT=OFFGiuseppe D'Angelo2020-12-021-2/+7
* CMake: Fill QT.<module-name>.uses entries in module .pri filesJoerg Bornemann2020-12-012-5/+38
* CMake: Rename internal variableJoerg Bornemann2020-12-012-2/+2
* CMake: Do not discard empty QMAKE_LIBS_FOO entriesJoerg Bornemann2020-12-011-8/+8
* CMake: Add debug information for 'qt_evaluate_config_expression'Alexey Edelev2020-12-011-3/+64
* CMake: Fix resource object file paths in prl files for prefix buildsAlexandru Croitor2020-11-302-8/+46
* CMake: Handle empty INCLUDE_DIRECTORIES in genex for qdocCraig Scott2020-11-301-1/+1
* CMake: strip the executable bit from qt-cmake-private-install.cmakeChristophe Giboudeaux2020-11-301-1/+1
* CMake: Fix headersclean interaction with header only modulesAlexandru Croitor2020-11-261-12/+31
* CMake: Use cmake_language(DEFER) when available for scope finalizersAlexandru Croitor2020-11-262-14/+31