summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_configure.prf
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't distclean before every compile test run in non-clean build dirOswald Buddenhagen2016-08-101-1/+2
* fix 'test' field checking in qtConfOutput_library()Oswald Buddenhagen2016-08-101-2/+5
* fix handling of multi-token fields in config test definitionsOswald Buddenhagen2016-08-101-7/+8
* fix passing arguments with spaces to configure -D/-I/-L/-FOswald Buddenhagen2016-08-101-4/+4
* remove workarounds for spurious function argument inheritanceOswald Buddenhagen2016-08-101-8/+8
* make use of silent error() emissionOswald Buddenhagen2016-08-081-5/+5
* Change test's entry point only when actually building it for winrtMaurice Kalinowski2016-07-221-5/+5
* print an empty line after every reportOswald Buddenhagen2016-07-221-9/+11
* permit wrapping expressions in the json fileOswald Buddenhagen2016-07-221-0/+1
* make 'feature' report type always use the feature descriptionsOswald Buddenhagen2016-07-221-3/+4
* make firstAvailableFeature report type use the feature descriptionsOswald Buddenhagen2016-07-221-1/+1
* make featureList report type use the feature descriptionsOswald Buddenhagen2016-07-221-1/+1
* fix recognition of -no-verboseOswald Buddenhagen2016-07-221-0/+5
* don't mention config.log in error messages when not applicableOswald Buddenhagen2016-07-221-3/+7
* don't error() out on user errorsOswald Buddenhagen2016-07-221-3/+6
* make command line parsing error messages consistentOswald Buddenhagen2016-07-221-6/+6
* Fix the linkerSupportsFlag configure test typeLars Knoll2016-07-151-1/+1
* Replace EXTRA_LIBS with EXTRA_LIBDIR and EXTRA_FRAMEWORKPATHLars Knoll2016-07-131-2/+4
* Fix log messageLars Knoll2016-07-081-1/+1
* Make more configure tests work on WindowsLars Knoll2016-07-051-12/+18
* Fix handling of -v/-verbose command line flags to configureLars Knoll2016-07-021-0/+7
* Call arch test through the new qmake based configure systemLars Knoll2016-07-021-9/+14
* Allow passing configure opts with two dashes againFrederik Gladhorn2016-07-011-5/+5
* pass pkg-config environment to qmake invocationsOswald Buddenhagen2016-06-281-1/+1
* beautify generated spacingOswald Buddenhagen2016-06-281-3/+3
* use globally available constantsOswald Buddenhagen2016-06-281-9/+2
* Let qmake do most of the work of configuring QtLars Knoll2016-06-221-0/+1170