summaryrefslogtreecommitdiffstats
path: root/cmake/QtFlagHandlingHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Mark chosen C++ standard as required for building QtYuhang Zhao2022-06-191-0/+1
* CMake: up the minimum C version to C11Thiago Macieira2022-06-111-5/+2
* C++23/c++2b supportAllan Sandfeld Jensen2022-06-081-1/+3
* Avoid using add_custom_command with PRE_LINK for version scriptAlexey Edelev2022-05-191-6/+19
* Bump QT_DEPRECATED_WARNINGS_SINCEMårten Nordheim2022-03-181-1/+7
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-171-1/+1
* Fix build with clang-clYuhang Zhao2022-01-251-1/+1
* CMake: Add C/C++ compiler options to C/C++ sources onlyJoerg Bornemann2022-01-081-2/+7
* MSVC: Use dubbed FH4 to make C++ exception handling smallerYuhang Zhao2021-12-041-2/+5
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-5/+1
* CMake: add support for Intel's LLVM-based compilerThiago Macieira2021-10-131-3/+1
* Disable forced full optimization if QT_USE_DEFAULT_CMAKE_OPTIMIZATION_FLAGS=ONAlexey Edelev2021-06-241-0/+5
* Fix the win32-clang-msvc targetAllan Sandfeld Jensen2021-06-151-1/+1
* Replace flags with spaces when removing themAlexey Edelev2021-06-121-2/+2
* CMake: Add support for building with clang-clCristian Adam2021-06-041-1/+1
* Enable UNICODE for all Qt targets and Qt consumers by defaultAlexey Edelev2021-05-211-0/+9
* wasm: add cmake build supportLorn Potter2021-04-011-2/+2
* Remove INTERNAL argument from qt_internal_add_linker_version_scriptJoerg Bornemann2021-02-251-34/+30
* Update name of c++2a to c++20Kai Köhne2021-02-101-1/+1
* Clear non-relevant CMake compiler flagsAlexey Edelev2021-01-271-19/+93
* Ensure consistent flags for ASM language and MODULE targetsCraig Scott2021-01-261-2/+2
* Tune compilation flags to reduce libraries sizeAlexey Edelev2021-01-221-1/+10
* Prevent compiler and linker flags from growing every cmake runCraig Scott2021-01-151-157/+182
* Build Qt (and client apps using it) with /permissive-Giuseppe D'Angelo2020-11-101-2/+2
* Improve clang-cl support for Qt6Yuhang Zhao2020-11-021-7/+14
* Fix compilation error on WindowsYuhang Zhao2020-11-011-1/+1
* CMake: Fix deprecation defines not being set properlyAlexandru Croitor2020-10-231-1/+1
* CMake: Remove leftover debug outputAlexandru Croitor2020-10-061-1/+0
* CMake: Allow embedding debug info in object files with MSVCAlexandru Croitor2020-10-061-0/+11
* CMake: Introduce CMake-only optimize_full featureAlexandru Croitor2020-10-061-0/+9
* CMake: Refactor optimization flag handling and add optimize_fullAlexandru Croitor2020-10-061-56/+474
* CMake: Fix sanitizer build when using Clang on LinuxAlexandru Croitor2020-09-241-0/+3
* Remove /INCREMENTAL:YES from linker flagsMarcel Krems2020-09-051-2/+0
* CMake: Implement configure -optimize-sizeJoerg Bornemann2020-08-231-0/+5
* CMake: Implement configure -optimize-debugJoerg Bornemann2020-08-201-0/+5
* CMake: Adjust compiler flag optimizations to qmake mkspec onesAlexandru Croitor2020-08-191-0/+160
* CMake: Split QtBuild.cmake into smaller filesAlexandru Croitor2020-08-141-0/+243