summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
Commit message (Expand)AuthorAgeFilesLines
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-0/+9
* factor out qt_module_headers.prfOswald Buddenhagen2012-06-192-3/+5
* make headers.pri locality determination less convolutedOswald Buddenhagen2012-06-191-5/+1
* generate fwd-pris in qt_module_config, not in syncqtOswald Buddenhagen2012-06-192-1/+68
* bring statements into a somewhat logical orderOswald Buddenhagen2012-06-191-4/+4
* remove qt from CONFIG for non-artifact templatesOswald Buddenhagen2012-06-191-0/+2
* define have_target CONFIG flagOswald Buddenhagen2012-06-195-6/+8
* add possibility to install a module with no libraryOswald Buddenhagen2012-06-191-6/+8
* make version fallback code saneOswald Buddenhagen2012-06-192-10/+2
* remove explicit RCC_DIR addition to INCLUDEPATHOswald Buddenhagen2012-06-191-1/+0
* make qmake module path configurable separatelyOswald Buddenhagen2012-06-191-1/+4
* write forwarding pris to $outpath/mkspecs/modulesOswald Buddenhagen2012-06-192-11/+3
* remove useless variable assignmentOswald Buddenhagen2012-06-191-3/+0
* rename QMAKE_SYNCQT_OUTDIR => MODULE_BASE_OUTDIROswald Buddenhagen2012-06-191-2/+2
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-193-7/+12
* make qtAddLibrary() a noisy compat wrapper for qtAddModule()Oswald Buddenhagen2012-06-191-46/+10
* purge QMAKE_INCDIR_QT and QMAKE_LIBDIR_QTOswald Buddenhagen2012-06-192-7/+4
* simplify code which determines how/where to create forwarding prisOswald Buddenhagen2012-06-191-29/+6
* move $QTDIR handling out of syncqtOswald Buddenhagen2012-06-191-2/+2
* make use of $$[FOO/get] propertiesOswald Buddenhagen2012-06-195-50/+8
* 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
* Do not add debug/release to QMAKE_CONFIG. Let module system enable themSean Harmer2012-06-142-6/+12
* configure: Auto-detect and enable C++11 support if availableBradley T. Hughes2012-06-053-0/+5
* Remove all references to X11 session managementDonald Carr2012-06-011-1/+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-311-2/+15
* 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
* win32/default_pre.prf: Remove exceptions_off, thread_off, stl_off.Friedemann Kleint2012-05-211-1/+1
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-174-2/+6
* Set QMAKE_DOCS_INSTALLDIR to $$[QT_INSTALL_DOCS] to allow overriding in .proMarius Storm-Olsen2012-05-152-1/+6
* configure: Remove the -dwarf2 argument for Mac OS X buildsBradley T. Hughes2012-05-112-7/+0
* Remove declarative from qmltestcase.prf.Friedemann Kleint2012-05-111-1/+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
* | Fix qpa files installationGirish Ramakrishnan2012-05-081-0/+4
|/
* Remove all usages of "arch" CFLAGS on Mac.Morten Johan Sorvig2012-05-044-28/+0
* Revert "Don't use the pri depends line for link dependencies."Stephen Kelly2012-05-031-0/+4
* Enable QML debugging of qtquick1 with CONFIG+=quick1Kai Koehne2012-05-022-1/+2
* Warn if we use deprecated methods from Qt modulesThiago Macieira2012-04-251-0/+1
* Fix creation of config files in debug mode.Stephen Kelly2012-04-241-2/+16
* Revert "Add workaround for projects using 'QT += declarative'"Friedemann Kleint2012-04-231-27/+0
* Don't tell CMake we're making debug libraries if we're not.Stephen Kelly2012-04-231-2/+2
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-172-4/+2
|\
| * Make plugin linking fail if some references aren't presentThiago Macieira2012-04-101-1/+1
| * Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-105-9/+18
| |\