summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* testlib selftest: Don't pass TESTARGS to Catch2Tor Arne Vestbø2020-07-231-2/+6
* CMake: Print various CMake and Qt CMake information variablesAlexandru Croitor2020-07-202-9/+90
* CMake: Pass CMAKE_OSX_ARCHITECTURES to try_compile on macOSAlexandru Croitor2020-07-201-9/+11
* CMake: Fix configuration of CMake tests in-build-treeAlexandru Croitor2020-07-201-5/+11
* CMake: Provide old style CMake variables for target infoAlexandru Croitor2020-07-173-0/+62
* CMake: Fix old style find_package(Qt6Foo) to workAlexandru Croitor2020-07-172-1/+16
* Add OS-specific prelude to qt-cmake-standalone-testJonas Karlsson2020-07-151-0/+2
* CMake: Fix QT_STAGING_PREFIX for repos other than qtbaseJoerg Bornemann2020-07-133-2/+18
* CMake: Fix CMAKE_INSTALL_PREFIX assignment in QtBuildInternalsExtraJoerg Bornemann2020-07-131-1/+1
* CMake: Fix incorrect SIMD arch_haswell and avx profile conditionsAllan Sandfeld Jensen2020-07-092-5/+41
* CMake: Fix various issues with the Android buildAlexandru Croitor2020-07-091-2/+1
* CMake: Fix missing qdevice.pri values and qt.conf info for AndroidAlexandru Croitor2020-07-092-3/+30
* CMake: Fix path to qt-cmake in configure summaryJoerg Bornemann2020-07-091-1/+1
* CMake: Fix qt-cmake-standalone-test when CMAKE_STAGING_PREFIX is setJoerg Bornemann2020-07-091-3/+3
* CMake: Introduce QT_STAGING_PREFIXJoerg Bornemann2020-07-092-10/+4
* CMake: Fix -pch configure optionJoerg Bornemann2020-07-081-1/+1
* CMake: Support the -rpath configure argumentJoerg Bornemann2020-07-081-0/+10
* CMake: Support the -c++std configure argumentJoerg Bornemann2020-07-081-0/+4
* CMake: Support the -qtnamespace configure argumentJoerg Bornemann2020-07-081-0/+3
* CMake: Support mkspec-related configure argumentsJoerg Bornemann2020-07-081-0/+16
* CMake: Support -static, -shared and -framework configure argumentsJoerg Bornemann2020-07-081-0/+7
* CMake: Write EXTRA_RPATHS to qmodule.pri if QT_EXTRA_RPATHS is setJoerg Bornemann2020-07-071-0/+5
* CMake: Support configure -force_debug_infoJoerg Bornemann2020-07-061-0/+6
* CMake: Support build config-related configure optionsJoerg Bornemann2020-07-061-0/+21
* CMake: Support -bindir, -libdir, -*dir configure argumentsJoerg Bornemann2020-07-061-0/+10
* CMake: Re-work configure flags for CMake generatorsJoerg Bornemann2020-07-061-5/+29
* CMake: Teach configure.bat the -cmake argumentJoerg Bornemann2020-07-061-0/+115
* CMake: Don't propagate private defines for Qt header modulesAlexandru Croitor2020-07-051-7/+15