summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuildInternals
Commit message (Expand)AuthorAgeFilesLines
* Rename and restructure the baseline (lancelot) testing codeEirik Aavitsland2021-11-161-0/+3
* Set QT_ANDROID_ABIS when builing qtbase for AndroidAlexey Edelev2021-10-141-0/+6
* Rework how installation is prevented in non-prefix buildsJoerg Bornemann2021-09-221-0/+17
* Remove TODOs related to checking CMake 3.21 features post-releaseCraig Scott2021-09-181-2/+0
* CMake: Make standalone tests TestsConfig file repo-target-set specificAlexandru Croitor2021-09-161-1/+36
* CMake: Allow opting out of building examples as ExternalProjectsAlexandru Croitor2021-09-061-2/+2
* Copy Find*.cmake to ${QT_BUILD_DIR}/lib/cmake/Qt6Li Xinwei2021-08-111-0/+7
* CMake: Bump min required CMake version for shared Qt builds to 3.16Alexandru Croitor2021-07-281-1/+1
* CMake: Fix typo in function nameCraig Scott2021-07-072-3/+3
* Use target_link_options to propagate object librariesAlexey Edelev2021-07-021-0/+19
* Remove target specific flags from the linker capabilities checkAlexey Edelev2021-06-161-1/+1
* CMake: Don't make example external projects depend on testsAlexandru Croitor2021-06-161-2/+12
* Check the impact of static link order for user projectsAlexey Edelev2021-06-161-22/+13
* CMake: Be precise about EXTERNAL_BUILD check when building examplesAlexandru Croitor2021-06-151-1/+3
* Add the check for linker capabilities to resolve circular dependenciesAlexey Edelev2021-06-101-0/+38
* CMake: Fix global 'apk' target to apply to Qt EXTERNAL_BUILD examplesAlexandru Croitor2021-06-081-0/+17
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-9/+220
* Add support for building and installing repo target setsJoerg Bornemann2021-05-201-0/+44
* CMake: Split qt_repo_build() into reusable macrosAlexandru Croitor2021-05-101-2/+21
* CMake: Allow usage of QtStandaloneTestTemplateProject as package componentCristian Adam2021-04-233-18/+32
* Fix top-level build repository targetsJoerg Bornemann2021-04-191-9/+10
* CMake: Don't consider /opt/homebrew as a system path for arm64 macOSAlexandru Croitor2021-04-151-0/+1
* CMake: Build minimal subset of tests in desktop static buildsAlexandru Croitor2021-04-061-5/+7
* wasm: add cmake build supportLorn Potter2021-04-011-1/+1
* Fix error when re-configuring an already installed Qt repositoryJoerg Bornemann2021-03-261-3/+41
* Fix installation of Find*.cmake files in shadow per-repo buildsJoerg Bornemann2021-03-171-1/+1
* Fix invalid Qt prefix version when looking for HostInfo moduleAlexey Edelev2021-01-261-0/+11
* Make -pkg-config configure option actually workCraig Scott2021-01-181-0/+6
* Fix autotest config in cross-compiled prefix buildEirik Aavitsland2020-12-081-1/+5
* Offer to build manual tests through QT_BUILD_MANUAL_TESTSAleix Pol2020-12-081-2/+2
* CMake: Add extra targets to run single benchmark using CMake generatorAlexey Edelev2020-12-071-0/+6
* CMake: Enable NEW policies by CMake version with a global defaultCraig Scott2020-12-071-3/+3
* CMake: Rename QtBuildInternalsAndroid.cmake to QtAndroidHelpers.cmakeJoerg Bornemann2020-11-242-225/+0
* CMake: Fix Android non-top-level build against qtbaseJoerg Bornemann2020-11-231-1/+6
* CMake: Name QT_NO_MAKE_*/BUILD_* variables consistentlyJoerg Bornemann2020-11-201-5/+5
* CMake: Fix Android top-level prefix buildJoerg Bornemann2020-11-201-1/+1
* Toplevel builds: Add utility toplevel targets for each moduleVolker Hilsheimer2020-11-201-0/+47
* CMake: Disconnect docs installation targets from generation targetsJoerg Bornemann2020-11-061-4/+0
* CMake: Fix top-level documentation install targetsJoerg Bornemann2020-11-061-0/+4
* CMake: Bump the minimum required CMake version to build Qt to 3.18Alexandru Croitor2020-11-031-0/+4
* CMake: Re-work documentation targetsJoerg Bornemann2020-10-281-11/+10
* CMake: Fix handling of rpaths for tests with CMAKE_STAGING_PREFIXAlexandru Croitor2020-10-261-0/+12
* CMake: Add convenience custom targets to build Qt pluginsAlexandru Croitor2020-10-221-0/+10
* CMake: Refactor optimization flag handling and add optimize_fullAlexandru Croitor2020-10-061-0/+5
* By default don't try to use pkg-config when targeting AndroidAlexandru Croitor2020-09-281-1/+1
* CMake: Turn off pkg_config_enabled if pkg_config is not foundAlessandro Portale2020-09-091-7/+28
* CMake: Implement configure -optimize-debugJoerg Bornemann2020-08-201-1/+3
* CMake: Adjust compiler flag optimizations to qmake mkspec onesAlexandru Croitor2020-08-191-0/+2
* CMake Build: Disable pkg-config for QNXCristian Adam2020-08-191-1/+1
* CMake: Fix configuration of CMake tests in-build-treeAlexandru Croitor2020-07-201-5/+11