summaryrefslogtreecommitdiffstats
path: root/cmake/QtFeature.cmake
Commit message (Expand)AuthorAgeFilesLines
* Export non-private and non-public features and CONFIG valuesAlexandru Croitor2019-12-031-1/+121
* Add initial support for cross-building to iOSAlexandru Croitor2019-12-031-2/+59
* Cache qt_config_compile_test resultsAlexandru Croitor2019-12-021-0/+4
* Fix an incorrect regex rangeJean-Michaël Celerier2019-11-221-2/+2
* Fix C++ standard detectionSimon Hausmann2019-10-171-1/+15
* cmake: Support CMake-typical booly values for -DFEATURE_*Joerg Bornemann2019-09-261-1/+2
* Print status messages when doing out-of-line config.testsAlexandru Croitor2019-09-241-0/+9
* configurejson2cmake: handle out-of-line config testsAlexandru Croitor2019-09-221-17/+23
* Display message when trying out SIMD testsAlexandru Croitor2019-09-191-0/+7
* Map module.gui to if TARGET Qt::Gui in configure.cmakeAlexandru Croitor2019-06-051-0/+2
* Fix static usage requirements for XcbQpaJean-Michaël Celerier2019-06-051-1/+1
* Revert "Map module.gui to if TARGET Qt::Gui in configure.cmake"Alexandru Croitor2019-06-051-8/+0
* Map module.gui to if TARGET Qt::Gui in configure.cmakeAlexandru Croitor2019-06-051-0/+8
* cmake: register plug-ins, create dependencies fileJean-Michaël Celerier2019-06-041-2/+3
* Copy feature properties from GlobalConfig to Core targetAlexandru Croitor2019-05-171-0/+25
* Stop trying to create config forwarding headers for NO_MODULE targetsAlexandru Croitor2019-05-161-9/+13
* Implement developer / non-prefix buildsAlexandru Croitor2019-05-151-3/+25
* Fix internal features to also be evaluatedAlexandru Croitor2019-03-211-3/+10
* Do define generation after feature evaluationAlexandru Croitor2019-03-181-18/+40
* CMake: Add QT_CFLAGS_* when building x86simd testsTobias Hunger2019-03-181-7/+6
* Use qt_evaluate_config_expression for feature enable conditionsAlexandru Croitor2019-03-141-2/+4
* cmake: Search and enable the sqlite[3] pluginAlbert Astals Cid2019-02-121-16/+18
* Fix qt_config_compile_test when cross-compilingSimon Hausmann2019-02-121-4/+18
* cmake: Create Qt5 compat targets in config filesKevin Funk2019-02-121-2/+2
* cmake: QtFeature: Do not error out when using QtKevin Funk2019-02-111-2/+2
* cmake: QtFeature add debugging aidKevin Funk2019-02-111-1/+1
* cmake: Do not rerun try_compile invocationsKevin Funk2019-02-111-0/+4
* Allow passing libraries to qt_config_compile_testAlbert Astals Cid2019-02-111-2/+5
* CMake: Store Qt features in CMake CacheTobias Hunger2019-01-171-46/+27
* CMake: QtFeature optimizationTobias Hunger2019-01-171-2/+0
* CMake: Error out on mis-use of qt_pull_features_into_current_scopeTobias Hunger2019-01-171-1/+4
* CMake: Introduce Qt::GlobalConfig to hold the global featuresTobias Hunger2019-01-171-7/+8
* CMake: Check for visibility onceTobias Hunger2019-01-161-5/+6
* CMake: Remove one unnecessary feature push into parent scopeTobias Hunger2019-01-141-2/+0
* CMake: Get rid of useless underscores in QtFeature.cmakeTobias Hunger2018-12-141-102/+101
* CMake: Fix cmake test for featuresTobias Hunger2018-11-221-3/+5
* CMake: Simplify Feature handlingTobias Hunger2018-11-051-39/+13
* QtFeature: (Re-)evaluate QT_FEATURES based on cached valuesTobias Hunger2018-11-051-5/+42
* QtFeature: Prefix temporary values with _Tobias Hunger2018-11-051-16/+20
* Store QT_FEATUREs that are not emittedTobias Hunger2018-11-051-16/+18
* Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+435