summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CMake: Enforce minimum CMake version in user projectsAlexandru Croitor2021-08-041-1/+2
* CMake: Bump min required CMake version for static Qt builds to 3.20Alexandru Croitor2021-08-041-12/+17
* CMake: Bump min required CMake version for shared Qt builds to 3.16Alexandru Croitor2021-08-021-0/+3
* CMake: Fix global 'apk' target to actually build all apksAlexandru Croitor2021-06-081-1/+4
* Remove legacy code path from qt_add_resourceJoerg Bornemann2021-06-071-3/+0
* Remove CMake compatibility functions for old APIJoerg Bornemann2021-06-041-3/+0
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-3/+0
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-0/+3
* Be more helpful about the symlinked build directory problemAndreas Hartmetz2021-05-181-2/+9
* CMake: add an option to enable or disable versioned hard linkLi Xinwei2021-05-131-0/+3
* CMake: Generate better Xcode iOS projectsAlexandru Croitor2021-04-191-0/+3
* Fix build without features.settingsTasuku Suzuki2021-04-151-1/+1
* CMake: Choose better defaults for qt_add_plugin STATIC/SHAREDAlexandru Croitor2021-04-071-0/+4
* wasm: add cmake build supportLorn Potter2021-04-011-0/+6
* Fix double inclusion of QtAutoDetect.cmake in top-level buildJoerg Bornemann2021-03-041-1/+1
* CMake: Bail out if the build dir is symlinkedJoerg Bornemann2020-12-211-0/+10
* CMake: Enable NEW policies by CMake version with a global defaultCraig Scott2020-12-071-9/+11
* CMake: Name QT_NO_MAKE_*/BUILD_* variables consistentlyJoerg Bornemann2020-11-201-4/+4
* CMake: Do not set PKG_CONFIG_* environment variablesJoerg Bornemann2020-11-121-10/+0
* CMake: Bump the minimum required CMake version to build Qt to 3.18Alexandru Croitor2020-11-031-2/+10
* CMake: Fix building examples targeting iOS simulator with qmakeAlexandru Croitor2020-10-161-1/+2
* CMake: Do not run auto-detection in top-level buildsJoerg Bornemann2020-10-121-3/+4
* CMake: Refactor optimization flag handling and add optimize_fullAlexandru Croitor2020-10-061-3/+7
* CMake: Disable usage of CMake API compatibility wrappersAlexandru Croitor2020-09-231-0/+3
* CMake: Fix tst_moc to build when tests are built as part of Qt treeAlexandru Croitor2020-08-231-0/+1
* CMake: Implement configure -optimize-debugJoerg Bornemann2020-08-201-0/+3
* CMake: Split out some Android functions into a public API fileAlexandru Croitor2020-08-141-0/+3
* CMake: fix android target build not picking the correct sysrootAssam Boudjelthia2020-08-131-8/+8
* CMake: Protect against Qt toolchain file recursive inclusionAlexandru Croitor2020-06-041-2/+5
* pro2cmake.py: Generate .cmake.conf files for versioningMårten Nordheim2020-04-301-1/+2
* CMake: Fix pkgconfig calls when cross-compilingLeander Beernaert2020-03-261-0/+10
* CMake: Fix auto-detection of precompiled header supportAlexandru Croitor2020-03-251-3/+0
* cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-161-1/+1
* cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-161-1/+1
* cmake: Add default Info.plist for macOS with some important keysTor Arne Vestbø2020-03-131-0/+5
* CMake: Fix mkspec install commandsLeander Beernaert2020-03-111-3/+8
* Regenerate rest of qtbaseAlexandru Croitor2020-02-041-0/+1
* Add INSTALL_MKSPECSDIR to the install locationsChristophe Giboudeaux2020-01-311-3/+8
* Add custom targets for documentationLeander Beernaert2019-12-181-0/+3
* Collect Json Metatypes from CMake's AutomocLeander Beernaert2019-12-041-0/+3
* Add support for -nomake-tests and -nomake-examples equivalentsAlexandru Croitor2019-11-081-0/+6
* Make standalone tests build via top level repo projectAlexandru Croitor2019-11-081-45/+52
* Fix usage of BUILD_SHARED_LIBS in configure.cmakeJoerg Bornemann2019-11-071-10/+10
* Pick the latest available C/C++ standard when compiling QtSimon Hausmann2019-10-171-0/+2
* Include QtPlatformSupport as part of find_package(Qt6BuildInternals)Alexandru Croitor2019-09-271-2/+3
* Create module tools packages (config files) automaticallyAlexandru Croitor2019-09-221-3/+0
* Use pre-compiled headers when building Qt with cmakeMårten Nordheim2019-09-111-0/+3
* Propagate BUILD_TESTING and BUILD_EXAMPLESAlexandru Croitor2019-09-061-2/+1
* Fix exporting of Core toolsAlexandru Croitor2019-07-241-0/+3
* Add auto detection routines for androidLeander Beernaert2019-06-271-19/+2