summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* Don't force disable accessibilityGunnar Sletta2013-03-121-1/+0
* Remove Q_OS_LINUX_ANDROID.Gunnar Sletta2013-03-122-2/+1
* Fixed build of SSL when using android-no-sdk.Samuel Rødal2013-03-071-1/+1
* Qnx: Add BlackBerry Playbook config tokenRafael Roquetto2013-03-062-0/+2
* Fix Xcode version lookup in xcode.confTor Arne Vestbø2013-03-061-1/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-069-117/+207
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-059-117/+207
| |\
| | * Automatically find external dependencies in cmake tests.Stephen Kelly2013-02-251-1/+7
| | * Extract some cmake related functions for re-use.Stephen Kelly2013-02-252-15/+27
| | * Add device mkspec for i.MX53 devicesSean Harmer2013-02-252-0/+79
| | * Blackberry adding some compiler optimizationsFabian Bumberger2013-02-251-1/+1
| | * Fix indentation.Stephen Kelly2013-02-221-1/+1
| | * List the Release library before the Debug library in cmake files.Stephen Kelly2013-02-221-24/+24
| | * Create module-specific internal cmake macrosStephen Kelly2013-02-211-9/+9
| | * Populate the cmake variables only one time.Stephen Kelly2013-02-211-63/+64
| | * simplify qtAddModule() by using $$qtPlatformTargetSuffix()Oswald Buddenhagen2013-02-201-6/+1
| | * remove pointless conditionals and expansions from qtLibraryTarget()Oswald Buddenhagen2013-02-201-4/+1
| | * don't suppress building examples in non-prefix buildsOswald Buddenhagen2013-02-201-2/+2
* | | Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-058-64/+52
* | | Rename gcc-base-macx.conf to gcc-base-mac.conf and use it for iOS as wellTor Arne Vestbø2013-03-0514-48/+14
* | | Rename common/mac.conf to common/macx.confTor Arne Vestbø2013-03-0513-12/+12
* | | iOS: Share common Mac qplatformdefs.h instead of duplicating codeTor Arne Vestbø2013-03-052-94/+1
|/ /
* | Introducing the Qt Android portPaul Olav Tvete2013-03-0514-170/+497
* | Move Xcode version extraction to xcode.confTor Arne Vestbø2013-03-043-7/+7
* | Teach configure's pro-file parser to parse quoted $$system()Tor Arne Vestbø2013-03-041-1/+1
* | Make host_build re-use the sdk.prf logicTor Arne Vestbø2013-03-021-28/+24
* | Add the infrastructure to compile Qt with -WerrorThiago Macieira2013-02-281-0/+34
* | Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-2844-1257/+219
|\ \
| * | iOS: Bump max Xcode version to 4.6Tor Arne Vestbø2013-02-271-1/+1
| * | iOS: Silence warning about 'long long' being a C++11 extensionTor Arne Vestbø2013-02-271-2/+5
| * | iOS: Fix build for modules that load(configure)Morten Johan Sørvig2013-02-271-0/+3
| * | iOS: Build ios platform plugin when appropriateTor Arne Vestbø2013-02-272-2/+2
| * | iOS: Write default code signing identify for iOS in Xcode generatorTor Arne Vestbø2013-02-271-0/+2
| * | iOS: Target both iPhone and iPad by defaultTor Arne Vestbø2013-02-272-0/+9
| * | iOS: Allow projects to disable the main wrapperTor Arne Vestbø2013-02-271-6/+8
| * | iOS: Link to the platform plugin and iosmain plugin and define mainTor Arne Vestbø2013-02-271-0/+22
| * | iOS: Make Xcode output the default for GUI applicationsTor Arne Vestbø2013-02-273-3/+20
| * | iOS: Replace device and simulator makespecs with single makespecTor Arne Vestbø2013-02-2713-227/+89
| * | iOS: Include clang-mac.conf instead of defining precompile flags ourselvesTor Arne Vestbø2013-02-263-6/+2
| * | iOS: Use sdk.prf to set -isysroot based on the chosen SDKTor Arne Vestbø2013-02-263-14/+5
| * | iOS: Move device/simulator conditionals out of common mkspecsTor Arne Vestbø2013-02-266-46/+46
| * | iOS: Simplify arch detection/configuration in mkspecTor Arne Vestbø2013-02-261-34/+6
| * | iOS: Bump arch and iOS SDK, now that we require GLES 2.xTor Arne Vestbø2013-02-266-116/+25
| * | iOS: Simplify SDK resolving in mkspecTor Arne Vestbø2013-02-262-88/+42
| * | iOS: Move Q_OS_IOS out of makesespec to qsystemdetection.hTor Arne Vestbø2013-02-261-1/+1
| * | iOS: Get rid of GCC/LLVM makespecs for iOSTor Arne Vestbø2013-02-2613-373/+5
| * | iOS: Remove hard-coding of Xcode /Developer path in common/ios mkspecsTor Arne Vestbø2013-02-2615-481/+27
| * | qmake: Don't generate Xcode project bundle identifiers with spacesTor Arne Vestbø2013-02-262-0/+38
| * | qmake: Update Xcode generator to produce project files similar to XcodeTor Arne Vestbø2013-02-262-0/+4
* | | Don't look up DOCTYPE when resolving SDK settings on Mac OSTor Arne Vestbø2013-02-281-0/+1