summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* Add proper detection of x86 RDRAND instructionThiago Macieira2017-06-125-2/+7
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0728-72/+192
|\
| * Remove -permissive- flag from MSVC 2017 buildOliver Wolff2017-06-061-1/+4
| * Revert "moc: remove _MSC_EXTENSIONS #define"Jani Heikkinen2017-06-051-2/+2
| * MSVC: Enable standard-conformance mode by defaultThiago Macieira2017-06-032-2/+7
| * don't redirect licheck's stderrOswald Buddenhagen2017-05-311-1/+3
| * fix module version number in qt modules' cmake config filesOswald Buddenhagen2017-05-311-1/+1
| * fix library retrieval in pkg-config source, take 2Oswald Buddenhagen2017-05-311-1/+2
| * make mkspecs not mess up -rpath-linkOswald Buddenhagen2017-05-3112-34/+35
| * make mkspecs not mess up library and include search pathsOswald Buddenhagen2017-05-3116-33/+30
| * moc: remove _MSC_EXTENSIONS #defineJoerg Bornemann2017-05-301-2/+2
| * Add INTEGRITY mkspec for ARMv8 Drive CXTero Alamäki2017-05-293-0/+111
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-298-18/+29
|\|
| * Fix VS project generation for ActiveQt server projectsJoerg Bornemann2017-05-231-7/+2
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-197-11/+27
| |\
| | * Restore behavior of using libEGL and libGLESv2 as default for angleOliver Wolff2017-05-117-11/+27
* | | Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-102-2/+4
|\| |
| * | make configure -list-features print the section fieldOswald Buddenhagen2017-05-081-1/+3
| * | winrt: Do not add windeployqt dependency for static builds in VSOliver Wolff2017-05-081-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-0755-3713/+64
|\| |
| * | Simplify built-in qmake install commandSimon Hausmann2017-05-041-4/+1
| |/
| * winrt: Fix manifest dependencies for VS 2017Oliver Wolff2017-05-031-1/+3
| * Fix installation of shader files in qtquickcontrols in non-prefix buildsSimon Hausmann2017-05-021-4/+2
| * Add configure flag to optimize Qt for sizeAllan Sandfeld Jensen2017-04-295-5/+22
| * don't call pkg-config with --libs-only-L and --libs-only-l at onceOswald Buddenhagen2017-04-281-1/+4
| * always clear config.log after allOswald Buddenhagen2017-04-281-12/+9
| * Clean up mkspecs from old, unsupported and untested mkspecsThiago Macieira2017-04-2744-3725/+0
| * Undefine QT_RESTRICTED_CAST_FROM_ASCII for headersclean build stepTor Arne Vestbø2017-04-241-0/+1
| * Don't add Qt5::<ModuleName>Private in CMake < 3.0Kai Pastor2017-04-231-1/+2
| * winrt: Add arm mkspec for msvc 2017Oliver Wolff2017-04-212-0/+60
* | Add a spec for the Asus TinkerboardLaszlo Agocs2017-04-282-0/+60
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-207-15/+40
|\|
| * Disable precompiled headers for small modulesThiago Macieira2017-04-201-5/+11
| * MSVC: Enable standards-conforming modeThiago Macieira2017-04-201-1/+2
| * Fix precompiled headers on Apple platforms, with multiple architecturesJake Petroules2017-04-142-4/+16
| * Move Apple-specific -fapplication-extensions option to the mkspecThiago Macieira2017-04-122-4/+6
| * Load android-specific target override in resolve_targetUlf Hermann2017-04-101-0/+2
| * Support different job counts also for ICC LTOThiago Macieira2017-04-071-1/+3
* | Adds a list of supported platforms in PI mkspecJesus Fernandez2017-04-071-2/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0710-0/+78
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-065-0/+71
| |\
| | * Detect the (stated) C++ standard edition at build timeThiago Macieira2017-03-313-0/+7
| | * Add new mkspec for cross-compiling Qt5 for AArch64Neils Nesse2017-03-312-0/+64
| * | Fix detection of F16C for the Intel compiler (again) and Visual StudioThiago Macieira2017-04-064-3/+5
| * | Add -bigswitch on INTEGRITYKimmo Ollila2017-04-031-0/+2
| * | x86: Detect F16C with the Intel compiler tooThiago Macieira2017-04-023-0/+3
* | | Disable MSVC warning 4577 in headerscleanThiago Macieira2017-04-071-0/+5
* | | qmltestcase: Allow a QML-only testcase to not require a C++ harnessRobin Burchell2017-04-061-7/+13
* | | Fix CoreText font database build on watchOSJake Petroules2017-03-301-0/+15
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-286-19/+36
|\| |