summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* revamp automatic makefile generation for sub-projectsOswald Buddenhagen2012-06-191-32/+46
* introduce $$QMAKE_CHK_EXISTS_GLUEOswald Buddenhagen2012-06-191-6/+4
* normalize $$QMAKE_QMAKEOswald Buddenhagen2012-06-191-2/+2
* fix in-/out-dir mixupOswald Buddenhagen2012-06-191-4/+4
* remove unnecessary conditionalOswald Buddenhagen2012-06-191-6/+2
* remove duplicate assignments of MKDIR & CHK_DIR_EXISTSOswald Buddenhagen2012-06-191-2/+0
* unobfuscate makefiles re $(CHK_DIR_EXISTS)Oswald Buddenhagen2012-06-191-1/+4
* make 'qmake_all' targets respect .depends and CONFIG+=orderedOswald Buddenhagen2012-06-191-0/+7
* make 'qmake_all' target of SUBDIRS projects properly recursiveOswald Buddenhagen2012-06-191-6/+20
* make 'qmake' target of SUBDIRS projects non-recursiveOswald Buddenhagen2012-06-191-5/+1
* don't use $(MAKEFILE) to refer to SUBDIRS' makefilesOswald Buddenhagen2012-06-191-1/+1
* look for .qmake.conf filesOswald Buddenhagen2012-06-191-2/+6
* find .qmake.cache for subprojects independentlyOswald Buddenhagen2012-06-191-3/+3
* remove some symbian cruftOswald Buddenhagen2012-06-191-11/+0
* introduce /get property variantsOswald Buddenhagen2012-06-191-1/+1
* don't generate make_default targetsOswald Buddenhagen2012-06-191-5/+3
* introduce ability to build projects for the host systemOswald Buddenhagen2012-06-191-3/+6
* fix static library names when generating .pc files for pkgconfigMark Brand2012-04-191-1/+2
* remove support for QMAKE_PLATFORM_DIROswald Buddenhagen2012-03-081-32/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-1/+1
|\
| * revamp -sysroot and -hostprefix handlingOswald Buddenhagen2012-03-011-1/+1
* | get rid of Option::user_configsOswald Buddenhagen2012-03-021-4/+0
|/
* Add TARGET_VERSION_EXT to pkgConfiglibNameHib Eris2012-02-241-0/+1
* Revert "Escape project file name in makefile rebuild rules."Andreas Hartmetz2012-02-231-4/+4
* Implement QMAKE_SUBSTITUTES.config = verbatim.Stephen Kelly2012-02-111-49/+61
* Escape project file name in makefile rebuild rules.Andreas Holzammer2012-02-111-4/+4
* Escape path names in qmake-generated Makefiles.Andreas Hartmetz2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* qmake wasn't handling spaces in names when dealing with extra installs.Kurt Korbatits2012-01-141-8/+8
* QMap => QHashOswald Buddenhagen2012-01-101-20/+19
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* qmake: Add object_parallel_to_source config optionTor Arne Vestbø2011-12-071-0/+23
* qmake: Don't assume that GNUmake is able to resolve arbitrary dependenciesTor Arne Vestbø2011-11-281-1/+1
* qmake: Allow extra compilers to have the makefile depend on its inputsTor Arne Vestbø2011-11-281-1/+12
* qmake: remove symbian supportJoerg Bornemann2011-11-071-18/+1
* Added missing no_include_pwd checkStyopa Semenukha2011-09-121-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Ensure that recursive QMAKE_EXTRA_TARGETS use the correct makefileRohan McGovern2011-05-131-4/+1
* don't ignore create_prl for static pluginsOswald Buddenhagen2011-05-111-1/+1
* Fix Makefile subtargetsMarius Storm-Olsen2011-05-071-2/+2
* qmake nmake generator: pass MAKEFLAGS to sub-make callsJoerg Bornemann2011-05-031-14/+14
* Make qmake respect <subdir>.CONFIG = no_default_installMarius Storm-Olsen2011-04-271-0/+4
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+3297