summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* WinRT: Added missing WIN32 define to qmake.confOliver Wolff2013-10-021-2/+2
* Merge branch 'stable' into devSergio Ahumada2013-09-277-21/+22
|\
| * Fix device-specific eglfs hooks to provide createNativeWindow correctlyLaszlo Agocs2013-09-264-10/+14
| * iOS: Propagate xcodebuild exit-code from makefile wrapperTor Arne Vestbø2013-09-261-1/+1
| * Remove logic which changes install rules inside Qt dirEskil Abrahamsen Blomfeldt2013-09-261-8/+5
| * Fix setting android minimum/target versionEskil Abrahamsen Blomfeldt2013-09-261-2/+2
* | WinRT: Introduced qfunctions_winrtOliver Wolff2013-09-266-5/+146
* | add WinRT event dispatcherOliver Wolff2013-09-261-1/+1
|/
* iOS: Resolve location of crt.o at build time, not qmake timeTor Arne Vestbø2013-09-241-6/+2
* Android: Never error out on literal-suffix warningEskil Abrahamsen Blomfeldt2013-09-201-0/+4
* Android: Let ANDROID_API_VERSION env var take precedenceEskil Abrahamsen Blomfeldt2013-09-201-5/+5
* WinRT: Basic global supportAndrew Knight2013-09-202-2/+2
* Add qmake generation of Android deployment settingsEskil Abrahamsen Blomfeldt2013-09-192-1/+71
* Fix extension of static pluginsStephen Kelly2013-09-171-6/+15
* qeglfshooksrpi: update vc_dispmanx_element_change_attributesDario Freddi2013-09-161-7/+1
* winmain for winrtAndrew Knight2013-09-141-1/+1
* build system support for WinRTOliver Wolff2013-09-1411-0/+375
* Update ICC warnings disabled by default.Thiago Macieira2013-09-141-1/+1
* iOS: Bump minimum required deployment target to 5.0Tor Arne Vestbø2013-09-121-1/+1
* Move iOS makespec out of unsupported directoryTor Arne Vestbø2013-09-124-7/+7
* iOS: Change main-wrapper logic to not require changing the user's mainTor Arne Vestbø2013-09-111-2/+54
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-105-8/+48
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-075-8/+48
| |\
| | * Fix usr-move workaround in the presence of multi-arch.Stephen Kelly2013-09-062-3/+3
| | * Add source directories to include paths if needed.Stephen Kelly2013-09-052-2/+21
| | * Android: Make qmake.conf usable for getting arch in Qt CreatorEskil Abrahamsen Blomfeldt2013-08-281-1/+2
| | * export QT_TOOL_ENV to the tool module pri fileOswald Buddenhagen2013-08-272-2/+22
* | | Teach CMake about Qt 5 plugins.Stephen Kelly2013-09-104-0/+83
|/ /
* | Fix -Wno-error=deprecated for GCC and ClangThiago Macieira2013-09-041-2/+2
* | don't install non-framework headers in addition to frameworks, take 2Oswald Buddenhagen2013-09-021-0/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-023-39/+39
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-273-39/+39
| |\|
| | * Use dwarf-2 until gdb >7.5 lands on Android NDK.BogDan Vatra2013-08-221-6/+6
| | * Switch back to thumb for android armeabi.BogDan Vatra2013-08-221-6/+4
| | * Populate INTERFACE_LINK_LIBRARIES property in the cmake files.Stephen Kelly2013-08-211-1/+3
| | * CMake: Move some code around.Stephen Kelly2013-08-211-27/+27
* | | Revert Mac event loop changes.Morten Johan Sørvig2013-09-021-14/+0
* | | Make QGuiApplication::exec() run within NSApplicationMain()Gabriel de Dietrich2013-08-291-0/+14
* | | Revert "Add the same flags for the c++ compiler as they are already defined f...Wolfgang Bremer2013-08-281-1/+0
|/ /
* | Make sure deprecation warnings don't cause errors with -WerrorThiago Macieira2013-08-271-3/+4
* | Set an upper range of compiler versions for -WerrorThiago Macieira2013-08-231-11/+13
* | Fix bootstrap class path warning (java)Frederik Gladhorn2013-08-221-4/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-2160-1143/+6
|\|
| * Give the extra compiler a unique name for the vcproj generationMat Sutcliffe2013-08-201-1/+1
| * suppress error output from pkg-configOswald Buddenhagen2013-08-151-0/+5
| * Remove not supported mkspecs for Windows CE.Bjoern Breitmeyer2013-08-1558-1142/+0
* | don't include non-framework include paths when using frameworksOswald Buddenhagen2013-08-201-5/+4
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-1628-74/+122
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-1428-74/+122
| |\|
| | * Fix SONAME handling on androidStephen Kelly2013-08-131-2/+1