summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | 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
| | * | | | Enable C++11 mode for Qt tools tooThiago Macieira2013-02-281-1/+1
| | * | | | Add qt_common.prf and move some common definitions thereThiago Macieira2013-02-285-11/+24
| | * | | | ANGLE: Fix static build.Friedemann Kleint2013-02-251-0/+1
| | |/ / /
| | * | | Use sdk.prf to set macosx-version-min instead of static conf filesTor Arne Vestbø2013-02-2213-19/+40
| | * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-2019-66/+79
| | |\ \ \
| | * | | | Always build against an SDK on Mac OSTor Arne Vestbø2013-02-201-0/+2
| | * | | | Clean up how we build against SDKs on Mac OSTor Arne Vestbø2013-02-192-8/+27
| | * | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-183-13/+14
| | |\ \ \ \
| | * | | | | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-182-8/+0
| | * | | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-1715-202/+229
| | |\ \ \ \ \
| | | * \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1415-202/+229
| | | |\ \ \ \ \
| | * | | | | | | purge vestiges of QMAKE_LFLAGS_QT_DLLOswald Buddenhagen2013-02-131-1/+0
| | * | | | | | | purge QMAKE_LIBS_OPENGL_QTOswald Buddenhagen2013-02-1349-49/+1
| | |/ / / / / /
| | * | | | | | Refactor QEglFSPandaHooks and add physicalScreenSize()Gunnar Sletta2013-01-301-64/+1
| | * | | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-21/+20
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-22149-145/+243
| | |\ \ \ \ \ \ \
| | * | | | | | | | Android-eglfs: Fixed build against Android 4.0.xSamuel Rødal2013-01-212-1/+13
| | * | | | | | | | Android-eglfs: Added support for non-composited rendering.Samuel Rødal2013-01-182-2/+64
| | * | | | | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-164-7/+9
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'stable' into devSergio Ahumada2013-01-091-5/+9
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'stable' into devFrederik Gladhorn2013-01-0443-189/+528
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | QNX: adjust settings for separate debug info featurePeter Hartmann2012-12-131-3/+10
* | | | | | | | | | | | | Require cmake package dependencies to have a minimum version as found packageStephen Kelly2013-03-201-0/+5
|/ / / / / / / / / / / /
* | | | | | | | | | | | Use quotes for the error message and remove a line break for cohesionLaszlo Papp2013-03-191-2/+1
* | | | | | | | | | | | Run CMake dbus tests if dbus is expected to be available.Stephen Kelly2013-03-191-0/+1
* | | | | | | | | | | | Make the qtbase cmake tests work without the Widgets module.Stephen Kelly2013-03-181-3/+3
* | | | | | | | | | | | append $$QMAKE_DEFAULT_INCDIRS to moc invocationsOswald Buddenhagen2013-03-151-1/+1
* | | | | | | | | | | | de-duplicate code a bitOswald Buddenhagen2013-03-151-4/+6
* | | | | | | | | | | | remove overuse of $$list()Oswald Buddenhagen2013-03-151-2/+2
* | | | | | | | | | | | Join the CMAKE_PREFIX_PATH components into a cmake list before use.Stephen Kelly2013-03-151-1/+2
* | | | | | | | | | | | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-03-082-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | / | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | require modules to define their versionOswald Buddenhagen2013-03-062-4/+7
* | | | | | | | | | | 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