summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
Commit message (Expand)AuthorAgeFilesLines
* Remove unused font deployment featureAndrew Knight2015-09-301-62/+0
* Use QMAKE_MOD_LEX/QMAKE_MOD_YACC in lex/yacc featuresAndrew Knight2015-09-242-7/+7
* Update the list of compilers we are free of warnings withThiago Macieira2015-09-221-6/+6
* inline qtAddModules() and dependenciesOswald Buddenhagen2015-09-172-124/+105
* change implementation of deprecated qtAddLibrary() to modify QTOswald Buddenhagen2015-09-171-1/+2
* inline qtAddRpathLink()Oswald Buddenhagen2015-09-172-18/+13
* sanitize qt rpath handling, in particular on macOswald Buddenhagen2015-09-176-27/+27
* simplify qt rpath codeOswald Buddenhagen2015-09-173-15/+5
* remove dead code re QTLIBOswald Buddenhagen2015-09-171-4/+0
* remove boundschecker exclusion hackOswald Buddenhagen2015-09-171-12/+0
* remove some mac multiarch vestigesOswald Buddenhagen2015-09-171-14/+1
* Fix QMAKE_CXX/CROSS_COMPILE verification with ccacheBenoît Thébaudeau2015-09-141-2/+7
* Do not install example sources when using vc(x)projOliver Wolff2015-09-131-0/+2
* Add a linker version script to Qt librariesThiago Macieira2015-09-131-0/+22
* Add detection of C++14 and C++1z compiler featuresThiago Macieira2015-09-055-35/+17
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-262-4/+25
|\
| * WinRT: Link against correct c-runtimeMaurice Kalinowski2015-08-071-0/+12
| * WinRT: Add dependency support for Win10Maurice Kalinowski2015-08-061-4/+5
| * WinRT: Add manifest and assets to install rulesMaurice Kalinowski2015-08-061-0/+8
* | Require more of the C++11 Standard LibraryThiago Macieira2015-08-061-7/+0
* | Update/fix the qmake support for (f)lexThiago Macieira2015-07-311-6/+15
* | Update/fix the qmake support for yaccThiago Macieira2015-07-201-6/+6
* | Make CONFIG += c++11 by default not disable GNU extensionsThiago Macieira2015-07-173-7/+19
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-172-5/+5
|\|
| * Update the list of compilers we are free of warnings withThiago Macieira2015-07-171-4/+4
| * Fix separate_debug_info with unversioned_libnameAllan Sandfeld Jensen2015-07-081-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-016-14/+24
|\|
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-9/+10
| |\
| | * Use absolute rpath to Qt libraries for non-prefix buildsTor Arne Vestbø2015-06-041-9/+10
| * | Disable gold linker/new dtags support for host buildsPeter Seiderer2015-06-101-2/+5
| * | embed a VERSIONINFO resource into QML pluginsJoerg Bornemann2015-06-051-0/+6
| * | fix usage of wince scopeOswald Buddenhagen2015-06-053-3/+3
| |/
* | fix "install target not created" for WinRt buildsJoerg Bornemann2015-06-221-1/+4
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-049-16/+39
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-039-16/+39
| |\|
| | * Merge 5.5 into 5.5.0Oswald Buddenhagen2015-06-013-3/+19
| | |\
| | | * Run license checker in qmakeKai Koehne2015-05-271-0/+15
| | | * remove vestiges of .private_dependsOswald Buddenhagen2015-05-221-2/+2
| | | * Fixed compilation of auto tests using vc(x)proj filesOliver Wolff2015-05-221-1/+2
| | * | fix installing unix dll symlinks on windows hostsOswald Buddenhagen2015-06-011-3/+2
| | |/
| | * allow modules to declare that they have generated private includesOswald Buddenhagen2015-05-201-2/+9
| | * Let MSVC treat warnings as errorsKai Koehne2015-05-181-0/+3
| | * Build Qt for OS X and iOS with relative rpath.Adam Strzelecki2015-05-132-6/+3
| | * change approach to requesting headers-only modulesOswald Buddenhagen2015-05-081-2/+2
| | * rpath: use new DTAGS if availableOswald Buddenhagen2015-05-051-0/+1
* | | remove now superfluous eval callsJoerg Bornemann2015-06-031-2/+2
|/ /
* | deprecate DEPLOYMENT variableJoerg Bornemann2015-06-021-1/+1
* | Ensure that CONFIG += plugin_bundle will create Mach-O bundles on OSX/iOSTor Arne Vestbø2015-05-241-0/+2
* | Allow RESOURCES to contain standalone files and collections of filesTor Arne Vestbø2015-05-181-0/+60
|/
* make headers-only modules work for framework buildsOswald Buddenhagen2015-04-272-4/+11