summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2638-358/+645
|\|
| * Prepare for printing support.BogDan Vatra2013-11-231-1/+0
| * fix header bundling in some framework buildsOswald Buddenhagen2013-11-151-1/+1
| * use the new "stash" instead of the (anything but) "regular" cacheOswald Buddenhagen2013-11-142-10/+5
| * Check for existence of QML import paths.Morten Johan Sørvig2013-11-141-1/+1
| * Android: Allow modules to specify permissions/featuresEskil Abrahamsen Blomfeldt2013-11-071-0/+13
| * Resolve Qt module deps before determining if QML import scanner is neededTor Arne Vestbø2013-11-051-1/+4
| * qt.prf: add correct library version when using qmlimportscannerRichard Moe Gustavsen2013-11-041-1/+1
| * Provide a fallback for QT_STAT_LNK on windowsSune Vuorela2013-10-311-0/+2
| * Remove android specific qmake variables.BogDan Vatra2013-10-311-12/+0
| * export QT_NO_<foo> equivalents to the build systemOswald Buddenhagen2013-10-311-0/+4
| * qmake: Pick up default bundle prefix from Xcode preferencesTor Arne Vestbø2013-10-3110-9/+18
| * iOS: Be more specific in where we look for object files to rename mainTor Arne Vestbø2013-10-311-3/+8
| * Update the ICC spec on Linux to actually compile stuffThiago Macieira2013-10-301-0/+3
| * dbuscommon.pri: Fix source file dependencyMichael Krasnyk2013-10-301-0/+1
| * iOS: Build libs (including Qt itself) for both simulator and deviceTor Arne Vestbø2013-10-301-45/+159
| * iOS: Build simulator libraries with suffixTor Arne Vestbø2013-10-302-3/+12
| * iOS: Set ARCHS in Xcode project for both simulator and device SDKsTor Arne Vestbø2013-10-281-7/+13
| * Rewrite qmake's exclusive-build featureTor Arne Vestbø2013-10-257-98/+205
| * xcode: Set QMAKE_XCODE_LIBRARY_SUFFIX from default_postTor Arne Vestbø2013-10-252-2/+3
| * support cleanly querying private modules in qtHaveModule()Oswald Buddenhagen2013-10-251-1/+1
| * iOS (OSX): rework how to bundle QML import foldersRichard Moe Gustavsen2013-10-251-24/+28
| * win32-msvc2013: force synchronous writes to .pdb filesJoerg Bornemann2013-10-251-1/+1
| * make better use of $$MODULE_PLUGIN_TYPESOswald Buddenhagen2013-10-242-10/+11
| * rewrite handling of private modulesOswald Buddenhagen2013-10-246-123/+143
| * CMake: Ensure that the EXECUTABLE_COMPILE_FLAGS list existsStephen Kelly2013-10-241-3/+3
| * Set PRIVATE includes variable to empty, not undefined.Stephen Kelly2013-10-241-5/+5
| * qmake: Expose qmake arguments as QMAKE_ARGSTor Arne Vestbø2013-10-241-1/+5
| * purge auto_use_privates module optionOswald Buddenhagen2013-10-242-5/+4
* | QNX: Make use of _readdir64_rBernd Weimer2013-11-252-0/+14
* | Make console a no-op for WinRTMaurice Kalinowski2013-11-143-1/+11
* | WinRT: Remove Windows metadata flags from common mkspecAndrew Knight2013-11-041-2/+2
* | Clean up common winrt/winphone mkspecOliver Wolff2013-10-251-2/+1
* | qmake: Support MSVC2013 for WinRT buildsAndrew Knight2013-10-258-0/+24
* | WinRT: Added msvc2013 mkspecsOliver Wolff2013-10-2512-2/+183
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-2436-271/+406
|\|
| * Rename BlackBerry arm mkspecs to be aligned with NDK structureWolfgang Bremer2013-10-238-29/+123
| * de-duplicate QT_MODULESOswald Buddenhagen2013-10-231-0/+1
| * return()-related break() insanity is not necessary in qt5Oswald Buddenhagen2013-10-231-1/+1
| * don't suggest to use qtAddModule(), it's internal APIOswald Buddenhagen2013-10-231-1/+1
| * don't load wayland-scanner for all projects on linuxOswald Buddenhagen2013-10-221-4/+0
| * iOS: default_post: let xcodebuild_distclean depend on xcodebuild_cleanRichard Moe Gustavsen2013-10-211-0/+1
| * remove broken validation of QMLIMPORTSCANNEROswald Buddenhagen2013-10-181-14/+9
| * make it possible to explicitly suppress the qml import scanOswald Buddenhagen2013-10-181-1/+2
| * Android: Remove support for QMAKE_SUPPORTED_ORIENTATIONSEskil Abrahamsen Blomfeldt2013-10-181-3/+0
| * iOS: Don't hard-code simulator and device architecturesTor Arne Vestbø2013-10-182-2/+5
| * iOS: Add default QT_ARCH for configure tests to our own qt_config.prfTor Arne Vestbø2013-10-182-10/+12
| * iOS: Prevent stray non-expected rules/targets in Xcode-wrapper makefileTor Arne Vestbø2013-10-181-1/+4
| * iOS: Wrap user's main by renaming symbol and relying on weak linkingTor Arne Vestbø2013-10-171-51/+25
| * Static builds: Link QML plugins.Morten Johan Sørvig2013-10-171-0/+86