summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix QMAKE_PRL_LIBS entries on Windows for modules from other reposJoerg Bornemann2021-01-221-1/+1
* Tune compilation flags to reduce libraries sizeAlexey Edelev2021-01-222-1/+15
* Fix static top-level buildJoerg Bornemann2021-01-221-7/+7
* Only generate and add static plugin imports once per module targetCraig Scott2021-01-211-2/+18
* Do not export the QT_PLUGINS target property of Qt modulesJoerg Bornemann2021-01-202-3/+2
* Fix loading of Qt6*Plugin.cmake files of per-repo buildsJoerg Bornemann2021-01-202-10/+15
* Add arguments to 'qt_manual_moc' to resolve 'moc' includesAlexey Edelev2021-01-201-1/+19
* CMake: Use private headers for internal module priJaeyoon Jung2021-01-201-0/+2
* cmake: Bail out in case syncqt failed to runKevin Funk2021-01-201-1/+4
* Fix framework path for *_header_check targetsJoerg Bornemann2021-01-191-1/+1
* Move UNICODE and _UNICODE definitions to internal platform targetAlexey Edelev2021-01-192-1/+5
* Adjust database packages FindFoo.cmake files to CMake conventionAlexey Edelev2021-01-193-36/+41
* QtEntryPoint: Fix linking Release against RelWithDebInfo with MSVCJoerg Bornemann2021-01-181-5/+13
* FindLibb2: Don't rely solely on pkg-configCraig Scott2021-01-181-3/+33
* Make -pkg-config configure option actually workCraig Scott2021-01-181-0/+6
* Fix missed feature evaluation errors in reportAlexey Edelev2021-01-152-4/+10
* CMake: add CoreLocation framework for macOSIvan Solovev2021-01-151-0/+1
* Prevent compiler and linker flags from growing every cmake runCraig Scott2021-01-151-157/+182
* Lower the CMake minimum required version for single-config buildsJoerg Bornemann2021-01-141-0/+10
* CMake: Use -ffat-lto-objects for static libraries with ltcg and GCCChristophe Giboudeaux2021-01-131-0/+8
* Fix warning in generated test wrappersAlexey Edelev2021-01-131-1/+2
* CMake: improve FindMySQL.cmakeLi Xinwei2021-01-091-10/+9
* Remove redundant .qch from installed docsAlexey Edelev2021-01-081-1/+3
* Add newline to the end of the config.summaryAlexey Edelev2021-01-081-0/+1
* Fix qch install pathAlexey Edelev2021-01-071-1/+1
* Add 'oci' to possible Oracle Client library namesAlexey Edelev2021-01-061-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: Print feature condition errors in configure reportAlexey Edelev2021-01-052-2/+7
* 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
* Fix the CMake feature for docker-testserver to use correct mkspecs pathSona Kurazyan2020-12-231-1/+1
* Allow other projects to use the CMake feature for docker-based testsSona Kurazyan2020-12-221-1/+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: Fix glitch in module pri generation for Ninja Multi-ConfigJoerg Bornemann2020-12-211-0/+1
* CMake: Add detection of FEATURE_foo change by userAlexey Edelev2020-12-173-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-151-0/+2
* 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-101-42/+57
* CMake: Use test wrapper to run android testsAlexey Edelev2020-12-102-78/+168
* Fix autotest config in cross-compiled prefix buildEirik Aavitsland2020-12-081-1/+5
* CMake: Improve tests wrapper arguments handlingAlexey Edelev2020-12-081-2/+15
* CMake: Document some missing configure cmake mappingsLi Xinwei2020-12-081-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