summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Android: bump default QT_ANDROID_API_VERSION to 31Assam Boudjelthia2021-11-121-1/+1
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-112-1/+26
* cmake: Don't notify/warn the user when Xcode is not foundTor Arne Vestbø2021-11-111-3/+0
* CMake: Add CoreBluetooth framework for macOSJuha Vuolle2021-11-111-0/+1
* CMake: Fix default install prefix of top-level non-developer buildsJoerg Bornemann2021-11-091-1/+3
* Provide a qtpaths wrapper script when cross-building QtJoerg Bornemann2021-11-082-16/+18
* wasm: increase default initial memoryLorn Potter2021-11-041-2/+6
* Move qt_finalize_framework_headers_copy to the scope finalizerAlexey Edelev2021-11-031-4/+1
* CMake: QtDocsHelpers: Rename generate_qdocs_args variableTopi Reinio2021-11-031-2/+2
* CMake: Don't create targets if dependencies are not foundAlexandru Croitor2021-11-021-1/+1
* Remove CFBundleGetInfoString from CMake Info.plist templatesTor Arne Vestbø2021-11-012-4/+0
* CMake: Clean up and improve QT_HOST_PATH_CMAKE_DIR computationAlexandru Croitor2021-10-292-29/+71
* CMake: Fix _QT_TOOLCHAIN_VARS_INITIALIZED check in toolchain fileAlexandru Croitor2021-10-291-3/+3
* CMake: Use Qt6HostInfo dir for Tools CMAKE_PREFIX_PATH assignmentAlexandru Croitor2021-10-291-1/+2
* CMake: Fix forcing usage of host tools when doing a desktop buildAlexandru Croitor2021-10-291-7/+21
* CMake: Warn when using unsuitable CMake due to issue finding host perlAlexandru Croitor2021-10-291-0/+13
* CMake: Enforce lookup of host Tools packages in qt_internal_add_toolAlexandru Croitor2021-10-291-13/+37
* CMake: Allow disabling package version checkAlexandru Croitor2021-10-277-6/+114
* QNX: Generate empty string for WORKING_DIRECTORY test wrapperPasi Petäjäjärvi2021-10-271-1/+4
* CMake: Fix -rpath-link dependencies take twoAlexandru Croitor2021-10-221-8/+53
* Revert "CMake: Fix rpath-link dependencies when cross-compiling"Alexandru Croitor2021-10-211-10/+2
* CMake: Fix rpath-link dependencies when cross-compilingAlexandru Croitor2021-10-201-2/+10
* Use correct module include name across the projectAlexey Edelev2021-10-174-52/+161
* Improve double call protection of qt_internal_generate_tool_command_wrapperAlexey Edelev2021-10-171-4/+15
* Add PRIVATE_MODULE_INTERFACE to the module dependency setAlexey Edelev2021-10-171-1/+1
* CMake: Postpone target existence check for qml plugin targetsAlexandru Croitor2021-10-161-0/+29
* Support MoltenVK from homebrewMorten Johan Sørvig2021-10-141-1/+11
* Re-enable QT_NO_NARROWING_CONVERSIONS_IN_CONNECT for QtGiuseppe D'Angelo2021-10-131-0/+1
* Fix build with CMake 3.16Joerg Bornemann2021-10-131-3/+7
* CMake: Fix config tests not finding module-provided CMake packagesJoerg Bornemann2021-10-131-1/+6
* Fix missing QT.<module>.run_depends entries in module .pri filesJoerg Bornemann2021-10-121-17/+118
* CMake: Ensure that UNIX is set for INTEGRITYJoerg Bornemann2021-10-055-1/+45
* wasm: add simd supportLorn Potter2021-10-053-0/+12
* Revert "CMake: Warn if cmake_minimum_required has an unsupported low version"Alexandru Croitor2021-10-046-114/+0
* Don't export Qt6::ATSPI2_nolink target in Qt6GuiTargets.cmakeJoerg Bornemann2021-10-011-9/+21
* CMake: Warn if cmake_minimum_required has an unsupported low versionAlexandru Croitor2021-10-016-0/+114
* CMake: Introduce QT_BUILD_ONLINE_DOCS flag for documentation buildsTopi Reinio2021-09-301-2/+10
* Fix separate_debug_info configure test for cross-compilationJoerg Bornemann2021-09-291-0/+3
* CMake: Only write device prefix to target_qt.conf if necessaryJoerg Bornemann2021-09-291-1/+3
* CMake: Show error in user projects if wasm toolchain file not foundAlexandru Croitor2021-09-274-5/+31
* CMake: Get toolchain file path from EMSDK env for Wasm user projectsAlexandru Croitor2021-09-272-1/+18
* CMake: Split and clean up WebAssembly auto-detection codeAlexandru Croitor2021-09-273-35/+83
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-243-3/+3
* Use only supported values when setting internal QT_FEATURE_ valuesAlexey Edelev2021-09-211-1/+5
* Add missing framework paths to header check targetsAlexey Edelev2021-09-201-0/+15
* Fix main() not being visible on AndroidCraig Scott2021-09-201-0/+8
* Use _qt_module_has_headers instead of INTERFACE_MODULE_HAS_HEADERSAlexey Edelev2021-09-183-4/+2
* Remove unused EXE_FLAGS option from qt_internal_add_executable()Craig Scott2021-09-172-3/+1
* Remove TODOs related to checking CMake 3.21 features post-releaseCraig Scott2021-09-172-4/+0
* Ensure _qt_is_android_executable is set for internal executables tooCraig Scott2021-09-171-13/+2