summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_configure.prf
Commit message (Expand)AuthorAgeFilesLines
* configure: fix caching of includedir resultsOswald Buddenhagen2016-11-151-1/+1
* fix configure logging when no cache is present yetOswald Buddenhagen2016-11-151-0/+2
* Make 'use' entries work across module boundariesLars Knoll2016-11-141-7/+27
* Allow checking for the existence of modules in configure.jsonLars Knoll2016-11-141-4/+41
* Introduce QMAKE_CD to enable us to cd from one Windows drive to anotherHannah von Reth2016-11-141-2/+2
* don't log silent tests to config.logOswald Buddenhagen2016-11-071-6/+3
* don't write "Checking for ..." to config.logOswald Buddenhagen2016-11-071-3/+1
* don't clear config.log unless re-checkingOswald Buddenhagen2016-11-071-0/+2
* fix iteration over a feature's outputsOswald Buddenhagen2016-11-071-2/+2
* nuke obsolete commentOswald Buddenhagen2016-11-071-3/+0
* Enable the "use" option for library checks that come with a testLars Knoll2016-10-281-1/+3
* Write PKG_CONFIG_EXECUTABLE to qmodule.priLars Knoll2016-10-261-1/+1
* slightly improve logging of library probingOswald Buddenhagen2016-10-181-4/+7
* stop exporting the library versionsOswald Buddenhagen2016-10-181-21/+0
* fix referencing libs fields dispatched to the selected sourceOswald Buddenhagen2016-10-121-1/+1
* Make sure flags from library detections go to the right placesThiago Macieira2016-10-101-12/+23
* fix parsing of -system-proxiesOswald Buddenhagen2016-10-041-6/+10
* make command line parsing more compliant with configure scriptOswald Buddenhagen2016-10-041-9/+12
* Convert the old feature systemLars Knoll2016-09-151-2/+14
* rename description => label in configure.jsonOswald Buddenhagen2016-09-151-7/+7
* Modularize the new configure system (infrastructure part)Lars Knoll2016-09-101-159/+339
* Be more robust when reading the library version number from pkg-configLars Knoll2016-09-101-0/+1
* configure: ask pkg-config only for the info we're interestedThiago Macieira2016-08-311-1/+1
* de-duplicate code relating to evaluation of 'negative' flagsOswald Buddenhagen2016-08-301-12/+5
* remove pointless export from qtConfHandleLibrary()Oswald Buddenhagen2016-08-301-1/+0
* make qtConfOutputVar() a tad less crypticOswald Buddenhagen2016-08-301-3/+3
* don't export cached libraries which were in fact not foundOswald Buddenhagen2016-08-301-1/+2
* don't cache test result after pre-dep failureOswald Buddenhagen2016-08-251-16/+18
* don't cache results of build_parts and skip_modulesOswald Buddenhagen2016-08-251-0/+2
* remove extra empty line before configure reportOswald Buddenhagen2016-08-251-1/+0
* add configure test result cachingOswald Buddenhagen2016-08-191-0/+71
* Remove useless guards around #define's in qconfig.hLars Knoll2016-08-191-2/+0
* Rework privateFeatureLars Knoll2016-08-191-3/+5
* Add support for safe feature checking at compile timeLars Knoll2016-08-191-0/+15
* Improve library version handlingLars Knoll2016-08-191-1/+16
* rewrite makespec verification with qmake based systemOswald Buddenhagen2016-08-181-0/+7
* Use the qmake based configuration system also on WindowsLars Knoll2016-08-181-2/+2
* Handle windows line endings and tabs in json config filesLars Knoll2016-08-181-0/+2
* replace mechanism to override variables from the mkspecsOswald Buddenhagen2016-08-181-0/+13
* Add configure.exe-like FOO_LIBS=bar style command line optionsLars Knoll2016-08-181-3/+63
* Add support for locating headers and libs in qt_configureLars Knoll2016-08-181-3/+28
* Implement proper dependencies for configuration testsLars Knoll2016-08-181-20/+61
* rewrite library handling in configureOswald Buddenhagen2016-08-181-58/+211
* improve handling of test commands which produce outputOswald Buddenhagen2016-08-181-5/+5
* get rid of test type 'shell'Oswald Buddenhagen2016-08-121-19/+0
* fix quoting in the basic qmake command constructionOswald Buddenhagen2016-08-111-4/+6
* make it impossible to lie about the feature an output belongs toOswald Buddenhagen2016-08-101-3/+1
* fix over-quoting of OPENSSL_LIBS and QT_HOST_CFLAGS_DBUSOswald Buddenhagen2016-08-101-0/+2
* fix exit paths when pkg-config is not foundOswald Buddenhagen2016-08-101-2/+4
* fix use_gold_linker not being used by compile testsOswald Buddenhagen2016-08-101-0/+3