summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix plugin SKIP_INSTALL optionAlexey Edelev2021-04-271-5/+14
* CMake: Install prl files from all repo build dirs in a top-level buildAlexandru Croitor2021-04-261-2/+7
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-261-3/+7
* Fix top-level build repository targetsJoerg Bornemann2021-04-191-9/+10
* CMake: Warn when using CMake 3.20.1 due to crashes in AUTOMOCAlexandru Croitor2021-04-171-0/+6
* Warn if using CMake 3.20.0 due to potential cyclic dependenciesCraig Scott2021-04-121-0/+5
* Remove unnecessary $<BOOL:...> generator expressionCraig Scott2021-03-221-4/+1
* CMake: make sure to collect Android dependencies for pluginsAssam Boudjelthia2021-03-183-42/+67
* Prevent static plugin triggering autogen dependency on reconfigureCraig Scott2021-03-181-7/+15
* CMake: Don't attempt to add to a target that doesn't existMårten Nordheim2021-03-171-2/+4
* Bump Apple platform minimum versionsAlexandru Croitor2021-03-111-3/+3
* Fix FindWrapOpenSSL.cmake if OpenSSL::Crypto is UNKNOWN_LIBRARYJoerg Bornemann2021-02-231-1/+1
* Coin: remove workarounds to allow running Android testsAssam Boudjelthia2021-02-181-2/+0
* CMake: handle Android features dependencies for modulesAssam Boudjelthia2021-02-181-0/+19
* Do not rewrite boolean INPUTs if they have a corresponding featureAlexey Edelev2021-02-181-12/+0
* Android: set minimum recommended android SDK to 29Assam Boudjelthia2021-02-131-1/+1
* CMake: add Qt::Gui dependency by default for Android testsAssam Boudjelthia2021-02-111-1/+5
* Fix completely wrong init_class and jar_bundle_native valuesAlex Blasche2021-02-101-2/+2
* configure: Fix handling of -translationdir argumentJoerg Bornemann2021-02-081-1/+2
* CMake/QtAutoDetect: fix failure with multiline toolchain filePeter Seiderer2021-02-081-1/+1
* Add upstream version of FindPostgreSQL.cmakeAlexey Edelev2021-02-011-0/+317
* CMake: Fix HAVE_openssl config test when using static OpenSSLLi Xinwei2021-01-291-0/+12
* Fix output files of the *_header_check targetsJoerg Bornemann2021-01-271-1/+3
* Update start of cmake/README.mdKai Köhne2021-01-251-18/+18
* Fix QMAKE_PRL_LIBS entries on Windows for modules from other reposJoerg Bornemann2021-01-251-1/+1
* 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