summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix rpath-link dependencies when cross-compilingAlexandru Croitor2021-10-201-2/+10
* QList: deprecate iterator<->pointer implicit conversions (2/3)Giuseppe D'Angelo2021-10-161-0/+7
* CMake: Postpone target existence check for qml plugin targetsAlexandru Croitor2021-10-151-0/+29
* Add PRIVATE_MODULE_INTERFACE to the module dependency setAlexey Edelev2021-10-151-1/+1
* Improve double call protection of qt_internal_generate_tool_command_wrapperAlexey Edelev2021-10-151-4/+15
* Set QT_ANDROID_ABIS when builing qtbase for AndroidAlexey Edelev2021-10-141-0/+6
* CMake: Make LTO build workThiago Macieira2021-10-131-1/+1
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-139-118/+20
* CMake: add support for Intel's LLVM-based compilerThiago Macieira2021-10-136-25/+13
* Support MoltenVK from homebrewMorten Johan Sørvig2021-10-131-1/+11
* Rename variable for exported functionsDavid Skoland2021-10-131-1/+1
* Re-enable QT_NO_NARROWING_CONVERSIONS_IN_CONNECT for QtGiuseppe D'Angelo2021-10-131-0/+1
* CMake: Fix config tests not finding module-provided CMake packagesJoerg Bornemann2021-10-131-1/+6
* Fix build with CMake 3.16Joerg Bornemann2021-10-131-3/+7
* Fix missing QT.<module>.run_depends entries in module .pri filesJoerg Bornemann2021-10-121-17/+118
* Don't use libs in /usr/local for configure tests by default on macOSJoerg Bornemann2021-10-081-0/+15
* CMake: Generate relative #line directives in qlalr outputJoerg Bornemann2021-10-081-1/+10
* 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
* CMake: Only write device prefix to target_qt.conf if necessaryJoerg Bornemann2021-09-281-1/+3
* Fix separate_debug_info configure test for cross-compilationJoerg Bornemann2021-09-281-0/+1
* 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
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-09-271-0/+8
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-223-3/+3
* Rework how installation is prevented in non-prefix buildsJoerg Bornemann2021-09-223-41/+17
* 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
* Pass CMAKE compiler flags to arch detectionAllan Sandfeld Jensen2021-09-201-0/+10
* Fix main() not being visible on AndroidCraig Scott2021-09-201-0/+8
* Remove unused EXE_FLAGS option from qt_internal_add_executable()Craig Scott2021-09-182-3/+1
* Remove TODOs related to checking CMake 3.21 features post-releaseCraig Scott2021-09-182-4/+0
* Do not generate cpp exports for pure STATIC modulesAlexey Edelev2021-09-171-1/+4
* Add explicit install rules for the autogenerated cpp exportsAlexey Edelev2021-09-171-8/+38
* Ensure _qt_is_android_executable is set for internal executables tooCraig Scott2021-09-171-13/+2
* CMake: Make standalone tests TestsConfig file repo-target-set specificAlexandru Croitor2021-09-162-3/+39
* Add missing private cpp exports template to install setAlexey Edelev2021-09-161-0/+1
* Expose cpp export related arguments for qt_internal_add_module usersAlexey Edelev2021-09-161-43/+8
* qdevice.pri: Use cmake separators for the pathMårten Nordheim2021-09-101-0/+2
* Avoid implicit linking of plugin init library if finalizers were calledAlexey Edelev2021-09-081-0/+2
* CMake: Remove unnecessary IF DEFINED HOST_PERL checkAlexandru Croitor2021-09-081-3/+0
* CMake: Allow opting out of building examples as ExternalProjectsAlexandru Croitor2021-09-063-2/+16
* CMake: Fix 'Cannot find source file' error with older CMakesAlexandru Croitor2021-09-061-0/+5
* CMake: Don't cache QT_SYNCQT across buildsJoerg Bornemann2021-09-032-10/+13
* wasm: fail when configuring for wasm and EMSDK is not foundLorn Potter2021-09-011-1/+6