summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* move moc, rcc and uic CONFIG additions to the respective qt modulesOswald Buddenhagen2012-06-194-5/+2
* remove some DEPENDPATH nonsenseOswald Buddenhagen2012-06-191-9/+0
* dispose of library-bound feature filesOswald Buddenhagen2012-06-197-28/+22
* Revert "make default_pro.prf advertize dynamically created .qmake.cache"Oswald Buddenhagen2012-06-191-3/+0
* raspberry: remove unused screen size detection codeJohannes Zellner2012-06-191-29/+0
* eglfs: Pass QSurfaceFormat to createNativeWindow() hookJohannes Zellner2012-06-142-5/+7
* Do not add debug/release to QMAKE_CONFIG. Let module system enable themSean Harmer2012-06-142-6/+12
* QNX: Enable additional CPU features to be compiled in for QNXSean Harmer2012-06-141-0/+9
* eglfs: mark overriden methods with Q_DECL_OVERRIDEGirish Ramakrishnan2012-06-131-4/+5
* Fix compile issue on AIXAndy Shaw2012-06-121-1/+1
* add SSE2/AVX/Neon/etc. flags to mkspec win32-g++-crossMark Brand2012-06-121-0/+9
* raspberry pi: Dont use the video layer for EGLFSJohannes Zellner2012-06-121-1/+1
* raspberry pi: add /opt/vc/include/interface/vcos/pthreads to includesGirish Ramakrishnan2012-06-121-1/+1
* Move the SSE2/AVX/Neon/etc. flags into the compiler mkspecsThiago Macieira2012-06-128-0/+61
* Expand the 'existing target guard' in generated CMake files.Stephen Kelly2012-06-071-19/+20
* Fix common device spec pathsDonald Carr2012-06-071-3/+3
* Generalize common device properties out of Raspberry Pi specDonald Carr2012-06-063-35/+47
* configure: Auto-detect and enable C++11 support if availableBradley T. Hughes2012-06-056-0/+13
* eglfs: implement hardware cursor for the raspberry-piGirish Ramakrishnan2012-06-011-36/+183
* Remove all references to X11 session managementDonald Carr2012-06-0147-47/+0
* Move the sub-architecture feature to better places in qmakeThiago Macieira2012-05-312-13/+13
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-311-8/+11
* Windows: Add ANGLE support.Friedemann Kleint2012-05-315-2/+19
* Add hard float-abi support to Raspberry Pi specDonald Carr2012-05-301-1/+8
* Introduce a Snowball mkspec to the device specsDonald Carr2012-05-252-0/+75
* -device: remove redundant check for empty CROSS_COMPILEGirish Ramakrishnan2012-05-242-3/+0
* bcm97425: Fix linking the directfbegl QPA pluginHolger Hans Peter Freyther2012-05-241-1/+2
* Enable extra warnings for win32-g++ mkspecsJonathan Liu2012-05-232-2/+2
* devices: Allow to pick up the compiler from the pathHolger Hans Peter Freyther2012-05-231-2/+7
* device: Check CROSS_COMPILE in deviceSanityCheckCompilerGirish Ramakrishnan2012-05-231-4/+6
* eglfs/pi: update handles are 'local' variablesGirish Ramakrishnan2012-05-221-2/+3
* Clean up Raspberry Pi specDonald Carr2012-05-221-9/+18
* win32/default_pre.prf: Remove exceptions_off, thread_off, stl_off.Friedemann Kleint2012-05-211-1/+1
* Remove optimization flag from QMAKE_CFLAGSRomain Pokrzywka2012-05-174-6/+3
* Apply compiler platform flags to debug builds as wellRomain Pokrzywka2012-05-174-8/+8
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-177-3/+15
* Add Visual Studio 11 mkspecAndreas Holzammer2012-05-162-0/+135
* Properly quote all variables which are paths.Stephen Kelly2012-05-161-2/+2
* Use IF(NOT TARGET ...) before creating imported targets.Stephen Kelly2012-05-151-3/+1
* Set QMAKE_DOCS_INSTALLDIR to $$[QT_INSTALL_DOCS] to allow overriding in .proMarius Storm-Olsen2012-05-152-1/+6
* device: don't set a default cross compile prefixDonald Carr2012-05-157-15/+2
* Use directory property instead of variable to determine target existance.Stephen Kelly2012-05-141-2/+3
* Only find dependencies from the same Qt installation.Stephen Kelly2012-05-131-1/+5
* Remove stale udev checkDonald Carr2012-05-121-6/+0
* configure: Remove the -dwarf2 argument for Mac OS X buildsBradley T. Hughes2012-05-115-14/+7
* Remove declarative from qmltestcase.prf.Friedemann Kleint2012-05-111-1/+1
* Add underscore to internal implementation detail variables.Stephen Kelly2012-05-101-11/+11
* Include the VERSION_STRING in CMake config files.Stephen Kelly2012-05-101-0/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-0/+27
|\
| * Properly implement a 'make docs' target for subdirs and apps/libsMarius Storm-Olsen2012-05-091-0/+27