summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* resolve relative spec paths already on the command lineOswald Buddenhagen2012-02-281-1/+9
* move .qmake.cache search to OptionOswald Buddenhagen2012-02-284-29/+39
* don't look for features in PrefixPathOswald Buddenhagen2012-02-281-4/+0
* scope context saving more minimallyOswald Buddenhagen2012-02-281-6/+6
* don't generate bogus TARGETsOswald Buddenhagen2012-02-271-6/+6
* remove fallback re-initialization of TARGET after parsing projectOswald Buddenhagen2012-02-261-3/+0
* 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
* Fixed resolution of QMAKESPEC on Windows.Rohan McGovern2012-02-231-2/+5
* Revert "Escape project file name in makefile rebuild rules."Andreas Hartmetz2012-02-231-4/+4
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-1/+1
* make resolution of default spec less inefficientOswald Buddenhagen2012-02-212-35/+29
* remove bizarre late feeding of user_configs into base_varsOswald Buddenhagen2012-02-211-7/+0
* 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
* lower qmake optimization level on msvcOswald Buddenhagen2012-02-101-1/+1
* Escape Dependencies of precompiled header right.Andreas Holzammer2012-02-101-1/+1
* consolidate Read* optionsOswald Buddenhagen2012-02-092-9/+8
* Allow customization of qDebug output at runtimeKai Koehne2012-02-095-6/+18
* Fix qmake evaluation of QMAKE_TARGET.arch on msvc2010 x86_64Giotis Nikos2012-02-081-2/+8
* 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-3044-44/+44
* "cache" is used only locally, so move it into scopeOswald Buddenhagen2012-01-272-1/+2
* Update contact information in license headers.Jason McDonald2012-01-2344-44/+44
* qmake: Normalize paths instead of converting to native separatorsOrgad Shaneh2012-01-195-68/+89
* qmake wasn't handling spaces in names when dealing with extra installs.Kurt Korbatits2012-01-141-8/+8
* QMap => QHashOswald Buddenhagen2012-01-1013-121/+119
* 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-0544-44/+44
* Remove unused -DQT_NO_PCRE from qmake makefilesGiuseppe D'Angelo2011-12-234-4/+3
* 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
* Added build system support for installing tests.Rohan McGovern2011-11-232-1/+5
* Add -nn for .cpp MOC preprocessing for INTEGRITYRolland Dudemaine2011-11-181-0/+1
* Remove commented out code.Rolland Dudemaine2011-11-181-7/+0
* Windows: Adapt mkspec for MinGW / gcc 4.6.Friedemann Kleint2011-11-182-2/+2
* fix makefiles againOswald Buddenhagen2011-11-113-3/+3
* 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-0726-4791/+30
* qmake: vcproj ignores subdirs that do "no_default_target".Friedemann Kleint2011-11-041-0/+6
* add integrity gbuild to the project file for convenienceOswald Buddenhagen2011-11-041-0/+2
* Add CONFIG flag to use the compiler to generate makefile dependenciesTor Arne Vestbø2011-10-241-51/+65
* qmake: Replace Q_WS_WIN by Q_OS_WINFriedemann Kleint2011-10-212-2/+2
* 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