summaryrefslogtreecommitdiffstats
path: root/cmake/QtFeature.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Pass CMAKE_EXE_LINKER_FLAGS to project-based try_compileAlexandru Croitor2023-03-141-0/+1
* CMake: make qt_config_compile_test verbosely indicate missing depsThiago Macieira2023-01-181-0/+1
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-181-7/+23
* Remove perl related functionality from CMake filesAlexey Edelev2022-11-291-16/+0
* CMake: allow user specified boolean values to have any caseRolf Eike Beer2022-09-051-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Relax constraint on not having feature values changeAlexandru Croitor2022-08-031-1/+9
* CMake: Mark chosen C++ standard as required for building QtYuhang Zhao2022-06-191-0/+8
* C++23/c++2b supportAllan Sandfeld Jensen2022-06-081-1/+3
* CMake: add detection of x86 VAES and AVX512VBMI2 featuresThiago Macieira2022-03-081-2/+2
* CMake: enable machine_tuple also on GNU/HurdPino Toscano2022-02-111-1/+1
* CMake: Add support building Qt with the 'mold' linkerAlexandru Croitor2022-01-201-0/+59
* CMake: Fix detection of linker availabilityAlexandru Croitor2022-01-181-9/+31
* Support configure -platform linux-clang-libc++Allan Sandfeld Jensen2021-12-141-0/+14
* CMake: Fix config tests not finding module-provided CMake packagesJoerg Bornemann2021-10-131-1/+6
* Don't use libs in /usr/local for configure tests by default on macOSJoerg Bornemann2021-10-081-0/+15
* CMake: Ensure that UNIX is set for INTEGRITYJoerg Bornemann2021-10-051-1/+20
* Fix separate_debug_info configure test for cross-compilationJoerg Bornemann2021-09-281-0/+1
* Use only supported values when setting internal QT_FEATURE_ valuesAlexey Edelev2021-09-211-1/+5
* Pass CMAKE compiler flags to arch detectionAllan Sandfeld Jensen2021-09-201-0/+10
* CMake: Properly export MODULE_PLUGIN_TYPESAlexandru Croitor2021-08-261-1/+1
* CMake: Fix feature evaluation for feature definesJoerg Bornemann2021-08-171-1/+6
* CMake: Make precompiled headers work for Android on WindowsJoerg Bornemann2021-08-171-0/+9
* Don't repeat conditions of use_*_linker features in QtFeature.cmakeJoerg Bornemann2021-07-131-9/+3
* 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
* Add the check for linker capabilities to resolve circular dependenciesAlexey Edelev2021-06-101-2/+6
* CMake: Allow printing config summary even if module is not builtAlexandru Croitor2021-06-011-1/+17
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-011-5/+14
* configure: Fix error when turning on/off non-emitted featuresJoerg Bornemann2021-03-091-14/+14
* More helpful error message when merging qt features in CMakeAndreas Buhr2021-02-101-1/+1
* Do not export the QT_PLUGINS target property of Qt modulesJoerg Bornemann2021-01-201-1/+1
* Fix missed feature evaluation errors in reportAlexey Edelev2021-01-151-1/+1
* CMake: Print feature condition errors in configure reportAlexey Edelev2021-01-051-2/+2
* CMake: Add detection of FEATURE_foo change by userAlexey Edelev2020-12-171-13/+20
* CMake: Add debug information for 'qt_evaluate_config_expression'Alexey Edelev2020-11-301-3/+64
* CMake: Change way of 'INPUT_' values handlingAlexey Edelev2020-11-201-9/+13
* CMake: Rework INPUT_ variables handlingAlexey Edelev2020-11-061-10/+9
* CMake: Add handling of user-defined INPUT_foo cache variablesAlexey Edelev2020-11-031-2/+10
* CMake: Allow lower-case values in feature valuesJoerg Bornemann2020-10-291-4/+6
* CMake: Actually evaluate AUTODETECT expressions in featuresJoerg Bornemann2020-08-231-1/+2
* CMake: Support configure tests of type 'linkerSupportsFlag'Joerg Bornemann2020-08-231-0/+28
* CMake: Support configure tests of type 'compilerSupportsFlag'Joerg Bornemann2020-08-201-0/+11
* CMake: Introduce QtFeatureCommon.cmakeJoerg Bornemann2020-08-131-10/+2
* CMake: Pass CMAKE_OSX_ARCHITECTURES to try_compile on macOSAlexandru Croitor2020-07-201-9/+11
* CMake: Fix missing qdevice.pri values and qt.conf info for AndroidAlexandru Croitor2020-07-091-1/+1
* CMake: Adjust some status messages about syncqt and file generationAlexandru Croitor2020-06-301-1/+0
* CMake: Generate qdevice.pri when cross-buildingJoerg Bornemann2020-06-291-0/+19
* CMake: Fix double-negation of feature CONFIG valuesJoerg Bornemann2020-06-291-1/+5