summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Use namespaced variables in Qt6*Dependencies.cmakeLi Xinwei2021-07-235-99/+98
* Fix generated pri and prl filesLi Xinwei2021-07-165-6/+17
* CMake: Clean up and simplify qt6_extract_metatypes implementationAlexandru Croitor2021-07-161-1/+1
* CMake: Apply bitcode flags to internal plugin object lib initializersAlexandru Croitor2021-07-163-4/+12
* CMake: Don't propagate -fapplication-extension to user projectsAlexandru Croitor2021-07-165-2/+28
* CMake: Fix bitcode linker flags not to be added on iOSAlexandru Croitor2021-07-161-1/+0
* CMake: Force Integrity to be a static Qt buildAlexandru Croitor2021-07-151-16/+24
* CMake: Fix IMPORTED_IMPLIB to be set for shared libraries on WindowsAlexandru Croitor2021-07-151-1/+1
* fix wrong argumentLi Xinwei2021-07-151-1/+1
* Report multi-arch targets in the configure summaryAllan Sandfeld Jensen2021-07-141-2/+7
* Use module interface name as OUTPUT_NAMEAlexey Edelev2021-07-131-1/+4
* Warn on any PUBLIC usage requirements specified for Qt pluginsJoerg Bornemann2021-07-121-1/+1
* CMake: Fix reconfiguration error when features have EMIT_IF conditionsAlexandru Croitor2021-07-091-4/+13
* CMake: Rename and document the feature evaluation functionsAlexandru Croitor2021-07-091-25/+60
* CMake: Use correct MSVC runtime library for Qt object librariesAlexandru Croitor2021-07-093-8/+13
* CMake: Place internal apps in the correct output directoryAlexandru Croitor2021-07-094-23/+31
* Make QT_HAVE_LINK_ORDER_MATTERS INTERNAL to hide from GUIAlexey Edelev2021-07-091-2/+2
* Hide QT_USE_BUNDLED_ CACHE variables from GUIAlexey Edelev2021-07-091-2/+2
* CMake: Fix typo in function nameCraig Scott2021-07-092-3/+3
* CMake: Set IMPORTED_{SONAME|IMPLIB} for shared libs onlyJoerg Bornemann2021-07-081-9/+32
* Fix build of Debug projects against debug-and-release non-prefix QtJoerg Bornemann2021-07-081-2/+21
* fix warning in cborparser with gcc 11.1Andreas Buhr2021-07-071-1/+2
* Fix platform definition directory in top-level buildAlexey Edelev2021-07-071-1/+1
* Restore default installation prefix from Qt 5Joerg Bornemann2021-07-061-6/+17
* Fix the detection of platform definitions directoryAlexey Edelev2021-07-062-16/+24
* Remove unsupported host-related configure optionsJoerg Bornemann2021-07-062-18/+0
* Remove outdated information from configure-cmake-mapping.mdJoerg Bornemann2021-07-061-2/+0
* Fix typo in function name qt_auto_detect_vcpkgJoerg Bornemann2021-07-021-2/+2
* Use target_link_options to propagate object librariesAlexey Edelev2021-07-023-4/+66
* Revert "Make toolchain inspection more robust"Joerg Bornemann2021-07-022-48/+4
* CMake: Fix Vulkan to be found when targeting AndroidAlexandru Croitor2021-07-012-0/+43
* CMake: Be more explicit about found OpenSSL variablesAlexandru Croitor2021-07-012-2/+13
* CMake: Pierce through LINK_ONLY deps in finalizer dep traversalv6.2.0-beta1Alexandru Croitor2021-06-291-0/+5
* CMake: Propagate sanitizer flags to public projectsAlexandru Croitor2021-06-257-59/+58
* CMake: Restore Qt-custom sanitizer additions to ECMEnableSanitizersAlexandru Croitor2021-06-251-1/+6
* CMake: Handle fuzzer-no-link sanitizer feature name correctlyAlexandru Croitor2021-06-251-1/+12
* CMake: Update ECM sanitizer module to latest versionAlexandru Croitor2021-06-252-112/+97
* CMake: Fix 'Cannot find source file' error with older CMakesAlexandru Croitor2021-06-251-2/+10
* Disable forced full optimization if QT_USE_DEFAULT_CMAKE_OPTIMIZATION_FLAGS=ONAlexey Edelev2021-06-241-0/+5
* Fix QT_HOST_DATA for builds setting INSTALL_MKSPECSDIRJoerg Bornemann2021-06-241-6/+0
* MSVC: Enable warnings-are-errors for latest Visual Studio 2019Kai Köhne2021-06-231-4/+3
* Disable -Werror=stringop-overflow on GCC >= 10Giuseppe D'Angelo2021-06-221-0/+8
* wasm: fix build for emscripten 2.0.14Lorn Potter2021-06-221-1/+1
* Cleanup temporary code related to internal modulesAlexey Edelev2021-06-211-9/+1
* Move dependency lookup functionality to the common macroAlexey Edelev2021-06-196-51/+35
* Disable finalizers by default for the non-ld linkersAlexey Edelev2021-06-192-3/+19
* Fix the naming of the config header files for private modulesAlexey Edelev2021-06-181-4/+11
* Move the linking logic of the object libraries to a common functionAlexey Edelev2021-06-181-38/+40
* Add GCC 11 and C++20 workaroundsGiuseppe D'Angelo2021-06-181-0/+11
* Use target OUTPUT_NAME as a module identifier in .pri filesAlexey Edelev2021-06-181-3/+1