summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-047-13/+13
|\
| * revamp -sysroot and -hostprefix handlingOswald Buddenhagen2012-03-012-6/+6
| * Merge master -> api_changesRohan McGovern2012-02-293-10/+17
| |\
| * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-265-7/+7
* | | get rid of Option::user_configsOswald Buddenhagen2012-03-022-6/+0
* | | make evaluation of spec+cache independent of build pass contextOswald Buddenhagen2012-03-021-2/+2
* | | clean up build pass project initializationOswald Buddenhagen2012-03-021-10/+6
* | | Add support for XCode 4 into qmakeAndy Shaw2012-03-011-71/+172
* | | Implement missing replacements when installing .pc files for win32Hib Eris2012-02-291-1/+17
| |/ |/|
* | don't generate bogus TARGETsOswald Buddenhagen2012-02-271-6/+6
* | Add TARGET_VERSION_EXT to pkgConfiglibNameHib Eris2012-02-241-0/+1
* | Create target pkgconfig dir in qmake generated Windows MakefilesHib Eris2012-02-241-0/+6
* | 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 Dependencies of precompiled header right.Andreas Holzammer2012-02-101-1/+1
* qmake: Work around MSVC compiler bug.Friedemann Kleint2012-02-051-0/+14
* Escape path names in qmake-generated Makefiles.Andreas Hartmetz2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3033-33/+33
* Update contact information in license headers.Jason McDonald2012-01-2333-33/+33
* qmake wasn't handling spaces in names when dealing with extra installs.Kurt Korbatits2012-01-141-8/+8
* QMap => QHashOswald Buddenhagen2012-01-108-33/+33
* qmake: fix default value for C++ optimization in vcxproj filesJoerg Bornemann2012-01-082-2/+8
* qmake: fix /MP option for VS 2010Joerg Bornemann2012-01-081-3/+3
* Make QUuid a class.Friedemann Kleint2012-01-061-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-0533-33/+33
* 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-282-2/+2
* qmake: Allow extra compilers to have the makefile depend on its inputsTor Arne Vestbø2011-11-282-5/+17
* Add -nn for .cpp MOC preprocessing for INTEGRITYRolland Dudemaine2011-11-181-0/+1
* Remove commented out code.Rolland Dudemaine2011-11-181-7/+0
* support the obj-c #import statement in the dependency generatorOswald Buddenhagen2011-11-091-1/+2
* Silence warnings from clangBradley T. Hughes2011-11-091-0/+62
* qmake: remove symbian supportJoerg Bornemann2011-11-0718-4647/+6
* qmake: vcproj ignores subdirs that do "no_default_target".Friedemann Kleint2011-11-041-0/+6
* Add CONFIG flag to use the compiler to generate makefile dependenciesTor Arne Vestbø2011-10-241-51/+65
* Generate dependencies for moc_ style includes when using CONFIG+=GNUmakeTor Arne Vestbø2011-10-201-1/+2
* qmake: fix incrementalLinker option writing for vcxprojJoerg Bornemann2011-10-141-1/+1
* Make CONFIG+=GNUmake respect shadow buildsTor Arne Vestbø2011-10-111-3/+7
* Merge branch 'refactor'Gunnar Sletta2011-09-131-3/+0
|\
| * Merge branch 'master' into refactorGunnar Sletta2011-09-121-2/+2
| |\
| * \ Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-2444-750/+751
| |\ \
| * | | Remove QMAKE_MACOS_DEPLOYMENT_TARGET.Morten Sorvig2011-05-191-3/+0
* | | | Added missing no_include_pwd checkStyopa Semenukha2011-09-121-1/+1
* | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-1/+1
| |_|/ |/| |
* | | qmake vcxproj generator: fix XML conversion for build eventsJoerg Bornemann2011-09-081-2/+2
| |/ |/|
* | Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2444-750/+750
* | Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-05-231-0/+1
|/
* 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