summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build of modules outside of QtBase when cross-compilingSimon Hausmann2019-06-241-0/+9
* Add support for picking up vcpkg automaticallySimon Hausmann2019-06-201-2/+18
* Add support for vcpkg default target tripletsSimon Hausmann2019-06-201-0/+4
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-141-1/+1
* Fix linking of examplesSimon Hausmann2019-06-121-2/+2
* Prevent accidental conflicts with external cmake configuration filesSimon Hausmann2019-06-061-2/+2
* cmake: Add warnings_are_errors optionAlbert Astals Cid2019-06-051-0/+3
* Fix static usage requirements for XcbQpaJean-Michaël Celerier2019-06-051-1/+1
* Fix build against sysrootsSimon Hausmann2019-05-291-1/+1
* Use the qt_build_repo() macros for building qtbase as wellAlexandru Croitor2019-05-151-14/+7
* Update version in cmake to 5.14.0Liang Qi2019-05-021-1/+1
* Export tool config and target files for each relevant moduleAlexandru Croitor2019-05-021-1/+4
* Force feature_summary to fail when a required package is not foundAlexandru Croitor2019-04-081-1/+6
* Skip the qmake build when cross-compilingSimon Hausmann2019-02-181-1/+3