summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_configure.prf
Commit message (Expand)AuthorAgeFilesLines
* don't assume that configure --foo options' value is 'yes'Oswald Buddenhagen2017-02-241-6/+12
* de-duplicate and simplify condition checking in qtConfProcessOneOutput()Oswald Buddenhagen2017-02-241-9/+2
* configure: fix 'use' for detecting static librariesOswald Buddenhagen2017-02-221-1/+1
* configure: make it possible to make 'use' conditionalOswald Buddenhagen2017-02-221-1/+14
* configure: support using libraries by their exported nameOswald Buddenhagen2017-02-221-5/+45
* configure: fix cross-module library usesOswald Buddenhagen2017-02-221-7/+21
* clash-check configure sub-config namesOswald Buddenhagen2017-02-221-0/+3
* configure: propagate errors from libraries' transitive dependenciesOswald Buddenhagen2017-02-221-1/+5
* configure: error out on activating conflicting librariesOswald Buddenhagen2017-02-221-0/+14
* configure: generalize command line overrides of library parametersOswald Buddenhagen2017-02-221-2/+36
* add configure -list-librariesOswald Buddenhagen2017-02-221-0/+36
* add configure -list-featuresOswald Buddenhagen2017-02-221-6/+24
* fix usage of "empty" librariesOswald Buddenhagen2017-02-221-6/+3
* prefer library's export name when looking up input variablesOswald Buddenhagen2017-02-221-5/+14
* configure: refactor qtConfExportLibrary()'s interfaceOswald Buddenhagen2017-02-221-14/+18
* don't litter configure test build dirs with .qmake.cache filesOswald Buddenhagen2017-02-081-2/+3
* adjust configure to native build optimizationsOswald Buddenhagen2017-02-061-1/+7
* Inform user that a non-prefix build can't be used on other machinesAlexandru Croitor2017-01-241-0/+1
* put some empty lines between configure runs into config.logOswald Buddenhagen2017-01-191-0/+2
* log configure command line to config.logOswald Buddenhagen2017-01-191-4/+12
* inline "committing" of configure command line built-insOswald Buddenhagen2017-01-191-13/+6
* fix configure --opt=val syntaxOswald Buddenhagen2017-01-061-2/+2
* complain about various invalid configuration attemptsOswald Buddenhagen2017-01-061-1/+12
* name top-level configure scope after the project fileOswald Buddenhagen2017-01-061-3/+2
* make skipping of configure in sub-repos less arcaneOswald Buddenhagen2017-01-061-10/+12
* move emission of final messages to qmake-based configureOswald Buddenhagen2017-01-061-0/+16
* re-introduce config.summaryOswald Buddenhagen2016-12-301-24/+12
* fail early after command line parsing errorOswald Buddenhagen2016-12-301-0/+1
* configure: make library sources fail more verboselyOswald Buddenhagen2016-12-301-4/+9
* move all target spec handling to qmake-based configure systemOswald Buddenhagen2016-12-131-8/+8
* move qdevice.pri creation to qmake-based configure systemOswald Buddenhagen2016-12-131-1/+2
* move generation of qconfig.cpp (and qt.conf) to qmake-based configureOswald Buddenhagen2016-12-131-1/+1
* move configure -redo handling (mostly) to qmake-based systemOswald Buddenhagen2016-12-131-3/+20
* make handling of built-in configure options data-drivenOswald Buddenhagen2016-12-131-28/+18
* move preparation of configure test build dir to qmake-based systemOswald Buddenhagen2016-12-131-0/+1
* move license check to qmake-based configure systemOswald Buddenhagen2016-12-081-3/+11
* don't mention config.log in error messages before it even existsOswald Buddenhagen2016-11-231-1/+1
* configure: turn qtConfOutputPostProcess_*() callbacks into replace functionsOswald Buddenhagen2016-11-151-5/+9
* 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