summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Update Android default SDK from 29 to 30Juha Vuolle2021-08-271-1/+1
* CMake: Error out if ccache is requested but not foundJoerg Bornemann2021-08-271-1/+1
* Call MinGW's ld with -Bstatic when requesting static runtime linkageJoerg Bornemann2021-08-271-1/+1
* Implement generating of private cpp exportsAlexey Edelev2021-08-273-24/+149
* Use correct module include name across the projectAlexey Edelev2021-08-274-53/+161
* CMake: Warn when PRIVATE_MODULE_INTERFACE is provided with no targetAlexandru Croitor2021-08-261-2/+10
* CMake: Properly export MODULE_PLUGIN_TYPESAlexandru Croitor2021-08-262-1/+4
* Add missing PRIVATE_MODULE_INTERFACEs to INTERNAL_MODULEsAlexey Edelev2021-08-242-0/+10
* CMake: Create plugin initializers for static user pluginsAlexandru Croitor2021-08-241-2/+8
* CMake: Fix excessive size of precompiled header filesJoerg Bornemann2021-08-241-3/+3
* Add missing -help argument to qt-configure-moduleJoerg Bornemann2021-08-201-0/+22
* Fix our usage of CMake script mode in Windows configureJoerg Bornemann2021-08-201-19/+14
* Don't force lld for Android when clang is usedJoerg Bornemann2021-08-201-9/+0
* Fix Android -ltcg buildJoerg Bornemann2021-08-201-2/+8
* CMake: Pass Qt6_FIND_VERSION in Qt6Config when looking for componentsAlexandru Croitor2021-08-193-2/+10
* CMake: Fix QT_ADDITIONAL_PACKAGES_PREFIX_PATH for cross-buildsAlexandru Croitor2021-08-195-16/+93
* CMake: Don't backup cmake prefix when there are no tool dependenciesAlexandru Croitor2021-08-191-2/+2
* Remove unnecessary version of module from _MODULE_DEPENDENCIESAlexey Edelev2021-08-191-1/+10
* CMake: Don't install metatypes files for user projectsAlexandru Croitor2021-08-191-6/+5
* CMake: Include quiet packages in feature summaryAlexandru Croitor2021-08-181-1/+2
* Pick up *Tools components also from host QtKai Köhne2021-08-181-0/+27
* CMake: Remove deprecated CFBundleLongVersionString from Info.plistAlexandru Croitor2021-08-172-4/+0
* configure: Fix iOS option to be passed for both platform and xplatformAlexandru Croitor2021-08-171-1/+3
* CMake: Save value of QT_UIKIT_SDK in QtBuildInternalsExtra.cmakeAlexandru Croitor2021-08-171-0/+5
* CMake: Fix building iOS projects with a single-arch Qt buildAlexandru Croitor2021-08-171-3/+24
* CMake: Suggest "ninja install" for multi-config buildsJoerg Bornemann2021-08-171-0/+7
* CMake: Fix feature evaluation for feature definesJoerg Bornemann2021-08-171-1/+6
* CMake: Make precompiled headers work for Android on WindowsJoerg Bornemann2021-08-171-0/+9
* CMake: Replace usage of WIN32 with CMAKE_HOST_WIN32 in qconfig.cppAlexandru Croitor2021-08-171-1/+1
* CMake: Exclude dSYM INSTALL commands for already excluded tools in debugMartin Vejdarski2021-08-173-3/+35
* CMake: Save QT_BUILD_BENCHMARKS and other info in BuildInternalsExtraAlexandru Croitor2021-08-171-0/+7
* CMake: Warn if qt_internal_plugin(target) does not end with 'Plugin'Kai Köhne2021-08-121-2/+7
* Use _qt_module_has_headers instead of INTERFACE_MODULE_HAS_HEADERSAlexey Edelev2021-08-113-4/+2
* CMake: Warn when using CMake 3.21.0 due to issue in AUTOMOC/AUTOUICAlexandru Croitor2021-08-111-0/+7
* Copy Find*.cmake to ${QT_BUILD_DIR}/lib/cmake/Qt6Li Xinwei2021-08-111-0/+7
* CMake: Use __qt_internal_propagate_object_library for static pluginsAlexandru Croitor2021-08-101-6/+5
* CMake: Remove qt6_enable_object_libraries_finalizer_modeAlexandru Croitor2021-08-101-19/+6
* CMake: Fix qt_find_package to work when CMP00126 is set to NEWAlexandru Croitor2021-08-101-12/+20
* CMake: Fix build with CMake master / 3.22Alexandru Croitor2021-08-101-1/+1
* Remove dysfunctional -coverage configure argumentJoerg Bornemann2021-08-101-1/+0
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-062-9/+20
* CMake: Partially fix QUIETness of find_package(Qt6 COMPONENTS Foo)Alexandru Croitor2021-08-061-1/+5
* CMake: Improve component / package not found error messagesAlexandru Croitor2021-08-062-13/+48
* CMake: Make qt6_wasm_add_target_helpers an internal functionJoerg Bornemann2021-08-041-1/+1
* CMake: Enforce minimum CMake version in user projectsAlexandru Croitor2021-08-047-50/+195
* CMake: Bump min required CMake version for static Qt builds to 3.20Alexandru Croitor2021-08-041-13/+27
* Avoid to call _qt_internal_set_up_static_runtime_library() twiceLi Xinwei2021-08-034-4/+2
* testlib: Update a few remaining instances of the deprecated -xunitxml formatTor Arne Vestbø2021-07-291-1/+1
* CMake: Make WrapVulkanHeaders target optional for QtGui consumersAlexandru Croitor2021-07-297-4/+116
* CMake: Fix MoltenVK headers to be found on macOSAlexandru Croitor2021-07-291-0/+13