summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake Build: Fix libdrm detection and compilation on QNXCristian Adam2020-08-191-7/+9
* CMake: Add /OPT:REF flag when building Qt on WindowsAlexandru Croitor2020-08-191-0/+7
* CMake: Adjust compiler flag optimizations to qmake mkspec onesAlexandru Croitor2020-08-193-0/+216
* CMake Build: Add include guards for FindPPS.cmake and FindSlog2.cmakeCristian Adam2020-08-192-0/+8
* CMake Build: Disable pkg-config for QNXCristian Adam2020-08-191-1/+1
* CMake Port: Remove outdated information in README.mdKai Koehne2020-08-191-3/+0
* CMake: Implement configure -qreal <type>Joerg Bornemann2020-08-194-2/+7
* CMake: Fix usage of ccache when no executable was foundAlexandru Croitor2020-08-181-3/+8
* CMake: Handle -D, -I, -F and -L configure argumentsJoerg Bornemann2020-08-176-4/+75
* CMake: Fix typo in README about how to build Android for arm64Alexandru Croitor2020-08-171-1/+1
* CMake: De-duplicate list input handling code in QtProcessConfigureArgsJoerg Bornemann2020-08-171-13/+10
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-100/+530
* CMake: Split out some Android functions into a public API fileAlexandru Croitor2020-08-141-240/+0
* CMake: Fix various issues with building CMake Android projectsAlexandru Croitor2020-08-141-10/+37
* CMake: Move QtPostProcess functions into QtPostProcessHelpers.cmakeAlexandru Croitor2020-08-143-641/+647
* CMake: Split QtBuild.cmake into smaller filesAlexandru Croitor2020-08-1432-5819/+5829
* CMake: Allow opting out of global target promotionAlexandru Croitor2020-08-131-2/+19
* CMake: Extend configure-cmake-mapping.mdJoerg Bornemann2020-08-131-44/+36
* CMake: Allow specifying a sysconfdir that's outside the prefixAlexandru Croitor2020-08-131-10/+17
* CMake: Fix empty value of CMAKE_SIZEOF_VOID_P when looking for toolsAlexandru Croitor2020-08-132-10/+1
* CMake: Introduce QtFeatureCommon.cmakeJoerg Bornemann2020-08-133-10/+12
* CMake: Write QMAKE_MACOSX_DEPLOYMENT_TARGET to qconfig.priJoerg Bornemann2020-08-131-0/+2
* CMake: Add missing newline at the end of qconfig.priJoerg Bornemann2020-08-131-1/+1
* cmake: Suggest qt-cmake-private script for building other Qt modulesKai Koehne2020-08-121-2/+2
* CMake: Fix Threads::Threads dependency handling with CMake < 3.18Alexandru Croitor2020-08-122-0/+22
* cmake, README: clearify the usage of '-' in feature namesRichard Moe Gustavsen2020-08-121-1/+2
* CMake: Expose public info about whether Qt is a shared lib buildAlexandru Croitor2020-08-121-0/+1
* CMake: Prepare ground work for static Qml plugins importingAlexandru Croitor2020-08-124-16/+51
* CMake: pro2cmake: Specify library versions for 3rd party libs part 2Alexandru Croitor2020-08-101-1/+6
* CMake: pro2cmake: Specify library versions for 3rd party librariesAlexandru Croitor2020-08-106-69/+136
* configure: Explicitly enable float-divide-by-zero with ubsanRobert Loehning2020-08-071-1/+1
* QDecompressHelper: Add brotli supportMårten Nordheim2020-08-061-0/+43
* CMake: Don't use lld linker for Android with a Windows hostAlexandru Croitor2020-08-061-1/+4
* CMake: Fix prl files of static Qt buildsAlexandru Croitor2020-08-062-0/+10
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-065-1/+102
* CMake: Fix build with custom INSTALL_INCLUDEDIRJoerg Bornemann2020-08-063-14/+13
* CMake: Don't build debug tools by default in debug_and_release buildsJoerg Bornemann2020-08-052-0/+10
* CMake: Don't use std=gnu++11 when building Qt internal targetsAlexandru Croitor2020-08-052-0/+5
* CMake: Don't generate prl libs for Windows shared libsAlexandru Croitor2020-08-041-7/+15
* QtCore: Use system-wide libb2 if presentLinus Jahn2020-07-311-0/+7
* CMake: Fix generated content of prl files (again)Alexandru Croitor2020-07-315-92/+131
* CMake: Introduce qt_internal_add_appAlexandru Croitor2020-07-314-9/+149
* CMake: Fix building debug apps with qmake on WindowsAlexandru Croitor2020-07-292-36/+99
* CMake: Fix _nolink targets to be optional on the consumer sideAlexandru Croitor2020-07-291-11/+20
* cmake: Add some air to configure summaryTor Arne Vestbø2020-07-261-4/+3
* Make missing XCode a warning instead of an errorAlex Richardson2020-07-261-1/+1
* cmake: Add LOWDPI option to match CONFIG+=testcase_lowdpiTor Arne Vestbø2020-07-241-1/+9
* CMake: Fix handling of CMAKE_FIND_ROOT_PATH and CMAKE_PREFIX_PATHAlexandru Croitor2020-07-244-12/+25
* Add -Wsuggest-override for gcc >= 9.2Alexander Volkov2020-07-241-0/+4
* Avoid enabling of "warnings_are_errors" flags for testsAlexander Volkov2020-07-231-1/+1