summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* purge QMAKE_INCDIR_QT and QMAKE_LIBDIR_QTOswald Buddenhagen2012-06-191-4/+0
* introduce /get property variantsOswald Buddenhagen2012-06-191-0/+10
* -qconfig needs no own switch case any moreOswald Buddenhagen2012-06-191-7/+1
* remove the insane switch case for qt-style yes optionsOswald Buddenhagen2012-06-191-6/+2
* make makefile generation under unix saneOswald Buddenhagen2012-06-191-209/+32
* properly declare the host tools as such in the project filesOswald Buddenhagen2012-06-191-12/+6
* introduce ability to build projects for the host systemOswald Buddenhagen2012-06-191-3/+9
* Do not add debug/release to QMAKE_CONFIG. Let module system enable themSean Harmer2012-06-141-3/+1
* -device: Use $1 instead of $VALGirish Ramakrishnan2012-06-121-3/+3
* fix default platform plugin for windows using configure scriptMark Brand2012-06-121-1/+3
* Move the AVX and SSE tests to config.tests/commonThiago Macieira2012-06-121-7/+7
* Move the SSE2/AVX/Neon/etc. flags into the compiler mkspecsThiago Macieira2012-06-121-9/+9
* Correctly detect blackberry mkspecs as cross-compiling for QNXSean Harmer2012-06-111-1/+1
* configure: remove unused PLATFORMS variableGirish Ramakrishnan2012-06-111-6/+0
* eglfs: Disable eglfs when evdev is not presentGirish Ramakrishnan2012-06-081-1/+1
* Fix eglfs regression in configureDonald Carr2012-06-071-0/+1
* Do not build eglfs QPA when cross compiling for QNXSean Harmer2012-06-061-1/+1
* configure: Auto-detect and enable C++11 support if availableBradley T. Hughes2012-06-051-2/+30
* Migrate fontconfig config test to unix scopeDonald Carr2012-06-051-1/+4
* Introduce gcc machinedump considerations to build systemDonald Carr2012-06-041-0/+9
* make pre-qmake spec evaluation load device variablesDonald Carr2012-06-041-2/+12
* configure: pass -D options through to configure testsRohan McGovern2012-06-011-82/+82
* Move the sub-architecture feature to better places in qmakeThiago Macieira2012-05-311-2/+2
* Fix typo in temporary filenamekb2012-05-311-1/+1
* Record the sub-architecture (CPU features enabled in the compiler)Thiago Macieira2012-05-301-6/+12
* Improve the architecture-detection mechanismThiago Macieira2012-05-301-3/+21
* fix QT_GCC_*_VERSION definition after exception option removalOswald Buddenhagen2012-05-251-2/+2
* Allow a space between "-l" and library name when configuringkb2012-05-231-2/+7
* -device: c01621ec8 broke device featureGirish Ramakrishnan2012-05-191-0/+2
* device: Allow specifying shortnames for device mkspecsGirish Ramakrishnan2012-05-191-1/+17
* Blacklist Apple clang 3.0 and previous support for AVXThiago Macieira2012-05-181-1/+22
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-171-90/+2
* configure: save pkg-config env in qconfig.priJohannes Zellner2012-05-141-0/+8
* configure: Remove the -dwarf2 argument for Mac OS X buildsBradley T. Hughes2012-05-111-26/+1
* Remove "file qmake"-based arch detection.Morten Johan Sorvig2012-05-041-24/+0
* configure: Escape '{' in getQMakeConf2 functionSergio Ahumada2012-05-011-1/+1
* Make QGtkStyle work on Qt 5.Morten Johan Sorvig2012-04-301-0/+26
* Fix detection of default platform plugin.Girish Ramakrishnan2012-04-191-1/+26
* -device: create qdevice.pri only when build tree is initializedGirish Ramakrishnan2012-04-191-9/+9
* Don't fail to configure if QNX platform plugin is built.Stephen Kelly2012-04-191-1/+2
* Add a functionality test for DirectFB to ensure it compiles.Thiago Macieira2012-04-191-2/+13
* configure: fix script error with -helpGirish Ramakrishnan2012-04-191-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-109/+31
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-56/+135
| |\
| * \ Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1076/+407
| |\ \
| * | | Remove the -no-stl option from configureThiago Macieira2012-03-281-47/+7
| * | | Merge master into api_changesKent Hansen2012-03-271-13/+44
| |\ \ \
| * | | | Add detection of AVX and AVX2 support in the compiler.Thiago Macieira2012-03-231-1/+20
| * | | | Remove detection for MMX support and related technologyThiago Macieira2012-03-231-60/+3
| * | | | Merge master into api_changesKent Hansen2012-03-231-102/+157
| |\ \ \ \