summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* iOS: Don't warn about using C++11 extensionsTor Arne Vestbø2013-03-141-3/+0
* Fix interaction between sdk.prf and silent.prfTor Arne Vestbø2013-03-141-0/+8
* consolidate syncqt invocationsOswald Buddenhagen2013-03-132-4/+13
* Use tools from the SDK's toolchain instead of the ones in /usr/binTor Arne Vestbø2013-03-132-13/+14
* Simplify how we resolve the SDK root on Mac OSTor Arne Vestbø2013-03-131-7/+2
* Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-131-2/+0
* make QT setup for bootstrapped tools more cleverOswald Buddenhagen2013-03-121-1/+5
* make qml_plugin.prf usable without a parent c++ moduleOswald Buddenhagen2013-03-121-5/+14
* remove redundant codeOswald Buddenhagen2013-03-121-4/+0
* iOS: Move arch handling out of ios.prf now that we have default_post.prfTor Arne Vestbø2013-03-122-25/+26
* 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