summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
...
| * | move inclusions of unix.conf (and related files) near the topOswald Buddenhagen2015-10-0150-52/+102
| * | remove references to $$QMAKE_CYGWIN_EXEOswald Buddenhagen2015-10-011-1/+0
| * | remove unsupported linux-armcc specOswald Buddenhagen2015-10-013-165/+0
| * | omit trailing /. from relative RPATHs pointing to own directoryOswald Buddenhagen2015-10-011-2/+8
| * | fix place of "qnx" in $$QMAKE_PLATFORMOswald Buddenhagen2015-10-011-1/+1
| * | more accurate check for presence of target INSTALLOswald Buddenhagen2015-10-011-1/+2
| * | Don't include <windows.h> in the MinGW qplatformdefs.hThiago Macieira2015-09-301-1/+0
| * | Fix for platform socklen_t on other C libraries than glibc.Dave Flogeras2015-09-301-3/+3
| * | Remove unused font deployment featureAndrew Knight2015-09-301-62/+0
* | | configure: Add support for detecting AVX512 instructionsThiago Macieira2015-09-255-0/+71
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2543-314/+365
|\| |
| * | 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
| * | ICC: Remove the -fno-jump-tables workaround.Thiago Macieira2015-09-212-2/+2
| * | ICC: Update LTCG-related optionsThiago Macieira2015-09-213-1/+9
| * | Disable annoying ICC warning 809Thiago Macieira2015-09-211-1/+1
| * | 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
| * | WinRT: Deployqt version/copyright information to dllsOliver Wolff2015-09-133-1/+3
| * | 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-135-0/+26
| * | iOS: filter out iWatch devices when running auto testsRichard Moe Gustavsen2015-09-112-2/+2
| * | Add detection of C++14 and C++1z compiler featuresThiago Macieira2015-09-0512-35/+50
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-269-45/+41
| |\|
| | * Use /Zc:throwingNew by default with MSVC 2015Thiago Macieira2015-08-101-1/+1
| | * WinRT: Link against correct c-runtimeMaurice Kalinowski2015-08-074-30/+12
| | * WinRT: Add Architecture flag to manifestMaurice Kalinowski2015-08-061-1/+2
| | * WinRT: Fix build for Windows 10Maurice Kalinowski2015-08-063-6/+6
| | * WinRT: Add dependency support for Win10Maurice Kalinowski2015-08-064-7/+12
| | * WinRT: Add manifest and assets to install rulesMaurice Kalinowski2015-08-061-0/+8
| * | mkspecs: add option to enable boot2qt platformSamuli Piippo2015-08-251-0/+4
| * | QNativeSocketEngine: add code to receive IP header dataThiago Macieira2015-08-221-0/+1
| * | Add Intel NUC device makespecLaszlo Agocs2015-08-182-0/+54
* | | support specifying directories in RESOURCESOswald Buddenhagen2015-09-111-3/+9
* | | Remove gtk2 style from qtbase, it will be moved to qtstylepluginsDmitry Shachnev2015-08-261-1/+1
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-092-14/+14
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-062-14/+14
| |\|
| | * MSVC2015: Disable warning C4577 ('noexcept' used with no exception handling m...Friedemann Kleint2015-08-021-1/+1
| | * iOS: ensure we don't overwrite a projects qmake variablesRichard Moe Gustavsen2015-07-281-13/+13
* | | Require more of the C++11 Standard LibraryThiago Macieira2015-08-062-11/+3
|/ /
* | iOS: Refactor xcodebuild exclusive build logic into standalone makefileTor Arne Vestbø2015-08-044-67/+177
* | iOS: Refactor default_post logic into more appropriate unitsTor Arne Vestbø2015-08-045-170/+190
* | Update/fix the qmake support for (f)lexThiago Macieira2015-07-311-6/+15