summaryrefslogtreecommitdiffstats
path: root/cmake/QtInternalTargets.cmake
Commit message (Expand)AuthorAgeFilesLines
* QList: deprecate iterator<->pointer implicit conversions (2/3)Giuseppe D'Angelo2021-10-161-0/+7
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-14/+0
* CMake: add support for Intel's LLVM-based compilerThiago Macieira2021-10-131-20/+3
* Re-enable QT_NO_NARROWING_CONVERSIONS_IN_CONNECT for QtGiuseppe D'Angelo2021-10-131-0/+1
* wasm: add simd supportLorn Potter2021-10-051-0/+4
* Don't force lld for Android when clang is usedJoerg Bornemann2021-08-201-9/+0
* CMake: Don't propagate -fapplication-extension to user projectsAlexandru Croitor2021-07-161-2/+16
* CMake: Fix bitcode linker flags not to be added on iOSAlexandru Croitor2021-07-161-1/+0
* fix warning in cborparser with gcc 11.1Andreas Buhr2021-07-071-1/+2
* 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-231-0/+8
* Add GCC 11 and C++20 workaroundsGiuseppe D'Angelo2021-06-181-0/+11
* Fix the win32-clang-msvc targetAllan Sandfeld Jensen2021-06-151-1/+1
* Enable UNICODE for all Qt targets and Qt consumers by defaultAlexey Edelev2021-05-211-8/+5
* CMake: Allow enabling Apple app extension API in other reposAlexandru Croitor2021-04-231-3/+0
* MSVC: define _CRT_SECURE_NO_WARNINGS for all internal CMake targetsLi Xinwei2021-04-201-0/+1
* CMake: Make Platform a dependency for all Qt internal targetsAlexandru Croitor2021-03-191-0/+1
* Tune compilation flags to reduce libraries sizeAlexey Edelev2021-01-221-0/+5
* Move UNICODE and _UNICODE definitions to internal platform targetAlexey Edelev2021-01-191-0/+4
* CMake: Add --enable-new-dtags flag supportAlexey Edelev2020-12-221-0/+4
* MSVC: Enable control flow guard for release buildsYuhang Zhao2020-12-071-2/+6
* MSVC: enable identical COMDAT folding for release buildsYuhang Zhao2020-11-121-1/+1
* CMake: don't add the same parameter twiceYuhang Zhao2020-11-041-9/+1
* cmake: Always add -Wno-ignored-attributes for clang targeting windowsMartin Storsjö2020-11-041-6/+7
* cmake: Set a warning flag based on the target arch, not build hostMartin Storsjö2020-11-031-1/+1
* Improve clang-cl support for Qt6Yuhang Zhao2020-11-021-3/+7
* Add externConstexpr to MSVC compile optionsUlf Hermann2020-10-131-0/+5
* CMake: Fix build with Clang on WindowsKai Koehne2020-09-111-0/+6
* CMake: Implement configure -force-assertsJoerg Bornemann2020-08-271-0/+4
* CMake: Implement configure -gdb-indexJoerg Bornemann2020-08-231-0/+4
* CMake: Implement configure -linker [bfd,gold,lld]Joerg Bornemann2020-08-201-0/+8
* CMake: Add /OPT:REF flag when building Qt on WindowsAlexandru Croitor2020-08-191-0/+7
* CMake: Handle -D, -I, -F and -L configure argumentsJoerg Bornemann2020-08-171-0/+19
* CMake: Don't use lld linker for Android with a Windows hostAlexandru Croitor2020-08-061-1/+4
* CMake: Introduce qt_internal_add_appAlexandru Croitor2020-07-311-2/+6
* Add -Wsuggest-override for gcc >= 9.2Alexander Volkov2020-07-241-0/+4
* Limit OpenGL deprecation silencing on Apple platform to Qt itselfTor Arne Vestbø2020-07-021-0/+10
* CMake: Enable bitcode when targeting UIKIT aka iOSAlexandru Croitor2020-07-011-0/+16
* CMake: Make GL_SILENCE_DEPRECATION a public define for all consumersAlexandru Croitor2020-06-121-6/+0
* CMake: Propagate largefile flags to all internal consumersAlexandru Croitor2020-06-121-1/+1
* CMake: Use -fapplication-extension when building Qt libraries on macOSAlexandru Croitor2020-05-281-0/+19
* CMake: Enable default usage of utf8 sources for Qt consumersAlexandru Croitor2020-05-151-1/+1
* CMake: Limit warnings_are_errors flags to C++ and Objective-C++Alexandru Croitor2020-05-011-2/+9
* CMake: Fix 32 bit Qt builds like our MinGW config in CoinAlexandru Croitor2020-05-011-0/+49
* CMake: Fix build with WARNINGS_ARE_ERRORS=ON and gcc 9.3.0Joerg Bornemann2020-04-061-0/+2
* cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-161-3/+3
* cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-161-1/+1
* cmake: Disable GL deprecations on Apple platformsTor Arne Vestbø2020-03-121-0/+6
* CMake: Add missing linker flags for MSVCLeander Beernaert2020-02-251-0/+6
* CMake: Add missing compile flags for msvcLeander Beernaert2020-02-201-0/+24