summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
Commit message (Expand)AuthorAgeFilesLines
* Fix Bitcode handling for both makefile and Xcode generatorsJake Petroules2017-03-031-2/+8
* 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
* Add CONFIG += no_moc_predefs to allow one to escape problemsThiago Macieira2017-02-231-1/+1
* 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-222-1/+38
* add configure -list-featuresOswald Buddenhagen2017-02-222-7/+27
* fix usage of "empty" librariesOswald Buddenhagen2017-02-224-21/+13
* 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
* moc: remember to quote the path to moc_predefs.hThiago Macieira2017-02-121-1/+1
* 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
* fix installation of header-only frameworksOswald Buddenhagen2017-02-021-3/+3
* Turn on -utf-8 compiler option for msvc2015 update 2 and upJian Liang2017-02-012-0/+6
* Fix Android deployment for 64-bit targetsLaszlo Agocs2017-02-011-0/+3
* win32/default_pre.prf: remove unused incremental_off CONFIGThiago Macieira2017-01-311-1/+1
* Mark Clang 4.0 as warning-freeThiago Macieira2017-01-311-2/+2
* Apple: fix QMAKE_DEFAULT_INCDIRS so compiler invocations use the sysrootJake Petroules2017-01-261-1/+12
* Remove the -no-rtti option from configureThiago Macieira2017-01-261-1/+1
* Inform user that a non-prefix build can't be used on other machinesAlexandru Croitor2017-01-241-0/+1
* features/resources.prf: fix use of unescaped backslashMikkel Krautz2017-01-231-1/+1
* utilize configure results better in native buildsOswald Buddenhagen2017-01-202-2/+2
* Don't ignore major version "0" when resolving targets on windowsUlf Hermann2017-01-201-1/+0
* winrt: Add support for Visual Studio 2017Oliver Wolff2017-01-202-4/+4
* don't separate host and target toolchain when not x-buildingOswald Buddenhagen2017-01-201-1/+1
* determine QMAKE_DEFAULT_{INC,LIB}DIRS separately for host and targetOswald Buddenhagen2017-01-201-8/+13
* prevent configure from putting garbage into .qmake.stashOswald Buddenhagen2017-01-202-1/+2
* fix up static linking of plugins somewhatOswald Buddenhagen2017-01-191-21/+18
* 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-192-20/+6
* qt_targets.prf: Bump copyright yearFriedemann Kleint2017-01-181-1/+1
* qt_targets.prf: Don't unconditionally set product and descriptionFriedemann Kleint2017-01-171-2/+2
* fix configure --opt=val syntaxOswald Buddenhagen2017-01-061-2/+2
* track plugins' qt dependenciesOswald Buddenhagen2017-01-062-64/+88
* statically link plugins for transitive deps' private deps as wellOswald Buddenhagen2017-01-061-7/+7
* import static plugins also into dllsOswald Buddenhagen2017-01-061-5/+6
* 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-062-0/+17
* re-introduce config.summaryOswald Buddenhagen2016-12-301-24/+12