summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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
* | | | | | | | | | | 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
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | add QT_CONFIG's static/shared to CONFIG on startupOswald Buddenhagen2013-02-184-17/+3
* | | | | | | | | take advantage of new safety regarding build config resolutionOswald Buddenhagen2013-02-185-5/+5
* | | | | | | | | refactor build config resolutionOswald Buddenhagen2013-02-1811-49/+75
* | | | | | | | | Blackberry: Specify QMAKE_LFLAGS_RPATHLINK for BB10 platformTobias Koenig2013-02-181-0/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Make cmake packages installed to /usr non-relocatable.Stephen Kelly2013-02-141-4/+14
* | | | | | | | remove useless unset()sOswald Buddenhagen2013-02-132-9/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | If the libdir is absolute, make the config file non-relocatable.Stephen Kelly2013-02-131-0/+4
* | | | | | | use install path as fallback when locating toolsOswald Buddenhagen2013-02-111-1/+1
* | | | | | | Fix regex for determining if a path is relative.Stephen Kelly2013-02-111-4/+4
* | | | | | | Don't duplicate the 'top-level' include dir in all modules.Stephen Kelly2013-02-091-2/+2
* | | | | | | Include the CMake Extras file and the Macros file only once.Stephen Kelly2013-02-091-4/+4
* | | | | | | ensure consistent pkg-config file naming for macx qt frameworksOswald Buddenhagen2013-02-061-0/+1
* | | | | | | beautify the pkg-config Name: fieldOswald Buddenhagen2013-02-061-1/+1
* | | | | | | export QT_CONFIG only in Qt5Core.pcOswald Buddenhagen2013-02-061-4/+0
* | | | | | | export QT_CONFIG instead of CONFIG to .pc filesOswald Buddenhagen2013-02-061-2/+1
* | | | | | | fix transitive linking for x-buildsOswald Buddenhagen2013-02-051-1/+0
* | | | | | | fix lack of rpath-link when using modules from final locationOswald Buddenhagen2013-02-043-53/+24
* | | | | | | Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-02-018-175/+206
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'release' into stableSergio Ahumada2013-01-318-175/+206
| |\ \ \ \ \ \ \
| | * | | | | | | don't create forwarding module pris for non-prefix buildsOswald Buddenhagen2013-01-311-62/+78