summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* qt_functions.prf: Add missing $$evalDmitry Shachnev2016-01-051-1/+1
* Make -no-rpath build more useful on Apple platformsMartin Afanasjew2015-11-301-0/+2
* Windows: Change the mocinclude extension to .optAndy Shaw2015-09-291-1/+1
* 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
* 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
* 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
* Added Mkspec for Toradex WEC2013 SDKBjoern Breitmeyer2015-07-062-0/+82
* iOS: remove unrecognized compiler flag '-fno-arc-abi'Richard Moe Gustavsen2015-06-291-1/+0
* 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
|/
* Merge 5.5 into 5.5.0Oswald Buddenhagen2015-06-0110-3/+266
|\
| * Run license checker in qmakeKai Koehne2015-05-271-0/+15
| * WinRT: Add qmake support for Windows 10Maurice Kalinowski2015-05-267-0/+247
| * 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
* WinRT: Disable exceptions when turned offMaurice Kalinowski2015-05-191-1/+1
* Let MSVC treat warnings as errorsKai Koehne2015-05-181-0/+3
* Purge default locations from commonly used device makespecsLaszlo Agocs2015-05-133-12/+2
* 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
* Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-083-3/+3
|\
| * Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-073-3/+3
* | rpath: use new DTAGS if availableOswald Buddenhagen2015-05-052-0/+2
* | Move QMAKE_CXXFLAGS_RELEASE_WITH_DEBUGINFO definition to gcc-base.confRomain Pokrzywka2015-04-303-6/+3
* | make headers-only modules work for framework buildsOswald Buddenhagen2015-04-272-4/+11
* | cmake: Don't mark header-only frameworks with the FRAMEWORK property.Stephen Kelly2015-04-271-0/+2
* | fix distclean targetsOswald Buddenhagen2015-04-232-0/+25
* | support headers-only modulesOswald Buddenhagen2015-04-231-3/+8
* | don't overengineer DESTDIR calculationOswald Buddenhagen2015-04-232-8/+10
* | cmake: Don't populate legacy variables for header-only modules.Stephen Kelly2015-04-231-0/+2
* | don't try to include non-existing private module .priOswald Buddenhagen2015-04-211-2/+5
* | disable automatic PCH compilation for headers-only modulesOswald Buddenhagen2015-04-211-1/+1
* | make QMAKE_CXX/CROSS_COMPILE verification work under windowsOswald Buddenhagen2015-04-212-6/+21
* | Implement a more direct headersclean checkThiago Macieira2015-04-173-5/+93
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-151-0/+14
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-0/+14
| |\|
| | * fix dependencies for generated headers from TYPELIBSJoerg Bornemann2015-04-041-0/+14
* | | cmake: Generate INTERFACE targets for include-only modules.Stephen Kelly2015-04-153-6/+66
|/ /