summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: add _extra_files IDE target from heuristicsTim Blechmann2024-04-121-0/+2
* CMake: Move most of CMakeLists.txt into QtBaseHelpers.cmakeAlexandru Croitor2024-03-141-184/+4
* cmake: build repo helpers - fine-grained test/example optionsTim Blechmann2024-02-081-9/+2
* CMake: Fix find_package(Qt6*Tools) in non-qtbase testsJoerg Bornemann2023-08-231-7/+9
* Consider BUILD_SHARED_LIBS when adding libraries using _qt_internal_add_libraryAlexey Edelev2023-08-041-17/+17
* Introduce QT_ALLOW_SYMLINK_IN_PATHS flagAmir Masoud Abdol2023-05-031-5/+20
* Introduce the qt_internal_project_setup macroAlexey Edelev2023-04-241-0/+2
* Rid of 'special case' markersAlexey Edelev2023-04-131-2/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use REALPATH based check for symbolic links on WindowsAlexey Edelev2022-01-071-14/+28
* Use IS_SYMLINK condition instead of REALPATH when checking BINARY_DIRAlexey Edelev2022-01-041-12/+16
* Include Qt6WasmMacros in WASM buildDavid Skoland2022-01-031-0/+1
* Add _make_aab targetAlexey Edelev2021-11-301-1/+1
* 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-07-281-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