summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
Commit message (Expand)AuthorAgeFilesLines
* qmake: Also add bitcode flags to linkerJake Petroules2016-08-201-0/+2
* Add support for Apple watchOSJake Petroules2016-08-197-2/+20
* fix up detection code for compiler defaulting to c++98Oswald Buddenhagen2016-08-191-2/+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
* Don't define QT_OPENGL_ES_2* in opengl.prfLars Knoll2016-08-191-2/+1
* Use qtConfig throughout in qtbaseLars Knoll2016-08-1921-56/+56
* Rework privateFeatureLars Knoll2016-08-191-3/+5
* Add support for safe feature checking at compile timeLars Knoll2016-08-192-0/+24
* Improve library version handlingLars Knoll2016-08-191-1/+16
* sync timestamps also for forwarding headers to generated onesOswald Buddenhagen2016-08-191-0/+2
* fix relative paths in forwarding headers to generated privatesOswald Buddenhagen2016-08-191-1/+2
* Add method to encapsulate dependencies to external librariesLars Knoll2016-08-191-0/+23
* 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-182-7/+11
* remove spurious QT_CONFIG -= openglOswald Buddenhagen2016-08-181-1/+0
* xcodebuild.mk: forward INSTALL_ROOT from make to xcodebuildJake Petroules2016-08-161-1/+1
* xcodebuild.mk: explicitly specify the Xcode project to buildJake Petroules2016-08-161-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-163-6/+19
|\
| * Fix qmldir copying in debug and release builds on WindowsSimon Hausmann2016-08-151-7/+9
| * Copy qmldir file even for prefix buildsKai Koehne2016-08-131-3/+15
* | get rid of test type 'shell'Oswald Buddenhagen2016-08-121-19/+0
* | Remove dead code relating to largefileLars Knoll2016-08-121-1/+0
* | fix quoting in the basic qmake command constructionOswald Buddenhagen2016-08-111-4/+6
* | use qtLog() to also print command outputOswald Buddenhagen2016-08-111-2/+1
* | fix configure qtLog()Oswald Buddenhagen2016-08-111-4/+3
* | make sure that we capture the entire test command's outputOswald Buddenhagen2016-08-111-1/+1
* | 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
* | add support for returning the command's exit status to $$system()Oswald Buddenhagen2016-08-101-6/+3
* | 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
* | Automatically generate code attribution documentationKai Koehne2016-08-101-1/+14
* | make use of silent error() emissionOswald Buddenhagen2016-08-0814-25/+25
* | winrt: add vcruntime.lib to standard libs to linkMaurice Kalinowski2016-08-081-6/+8
* | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-1/+1
| |\
| | * configure and mkspecs: Don't try to find xcrun with xcrunGabriel de Dietrich2016-07-211-1/+1