summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* Revert "qmake vcxproj generator: map TARGET_EXT to $(TargetExt)"Joerg Bornemann2013-01-243-12/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1833-33/+33
* qmake: Add application icon support for windowsDebao Zhang2013-01-103-11/+21
* don't overquote deps on .pc and .la filesOswald Buddenhagen2013-01-081-6/+2
* do not fixify + create QMAKE_{PKGCONFIG,LIBTOOL}_DESTDIROswald Buddenhagen2013-01-081-2/+2
* Fix handling of precompiled header files in XCode projectsAndy Shaw2012-12-191-4/+4
* Respect the OBJECTS_DIR setting for XCode projectsAndy Shaw2012-12-191-2/+2
* fix DLL manifest resource ids for debug buildsJoerg Bornemann2012-12-181-2/+3
* do not add DEPENDPATH assignments to projectsOswald Buddenhagen2012-12-171-1/+0
* fix duplicate TRANSLATION entry in generated RC fileJoerg Bornemann2012-12-171-4/+0
* qmake: fix manifest embedding for DLLsJoerg Bornemann2012-12-111-1/+3
* support include paths for the Windows resource compilerJoerg Bornemann2012-12-103-5/+37
* qmake: fix extra compilers in vcxprojs for single config modeJoerg Bornemann2012-12-101-0/+10
* qmake: add ProductVersion to automatically generated resourceJoerg Bornemann2012-12-061-0/+1
* MSVC: don't use the variable name LINK in generated makefilesJoerg Bornemann2012-12-063-4/+4
* centralize MAKEFILE writeout betterOswald Buddenhagen2012-12-051-9/+4
* introduce QMAKE_RPATHLINKDIR (and QMAKE_LFLAGS_RPATHLINK)Oswald Buddenhagen2012-12-031-0/+7
* Remove duplicate libraries added via prl files in WindowsMiikka Heikkinen2012-11-301-0/+17
* assign MAKEFILE even in non-subdirs MakefilesOswald Buddenhagen2012-11-271-0/+5
* qmake: Change copyright information from Nokia to DigiaSergio Ahumada2012-11-262-2/+2
* qmake: do not exclusively lock files for reading on Windows/MSVCJoerg Bornemann2012-11-231-1/+1
* MinGW: Don't add version number '0' to the library nameKai Koehne2012-11-191-1/+1
* complain about empty $$TARGETOswald Buddenhagen2012-11-131-0/+3
* Make it possible to suppress the automatic version number in DLLsThiago Macieira2012-11-061-1/+2
* do not add DEPENDPATH to VPATHOswald Buddenhagen2012-11-021-1/+1
* qmake ExtraCompilerTargets: deal with file name which contains spaceDebao Zhang2012-10-191-1/+1
* Remove addition of dependencies for static libraries.Stephen Kelly2012-10-161-7/+0
* qmake: fix reversed defines in vcxproj filesJoerg Bornemann2012-10-131-1/+1
* qmake: fix .pc install target dir separators on windowsJ-P Nurmi2012-10-101-1/+1
* Generate ';' separated libraries in prl files for CMake.Stephen Kelly2012-10-091-0/+7
* Make sure the path is quoted in case it has spaces in itAndy Shaw2012-09-281-3/+5
* Fail when Windows CE SDK not foundAndreas Holzammer2012-09-271-0/+11
* Fix XCode generator for qmake in Qt 5 after recent changesAndy Shaw2012-09-272-30/+31
* Bring subproject dependencies in line with Makefile generatorsAndy Shaw2012-09-272-171/+204
* qmake: fix overescaped defines in vcxproj filesJoerg Bornemann2012-09-261-3/+19
* qmake: Fix gcc warning about anonymous type linkageKai Koehne2012-09-261-1/+1
* qmake: support for Visual Studio 2012 project files addedJoerg Bornemann2012-09-254-1/+34
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2233-790/+790
* Use QStringList::join(QChar) overload where applicable [qmake]Marc Mutz2012-09-2110-58/+58
* fix QMAKE_MANIFEST for shadow buildsOswald Buddenhagen2012-09-181-1/+3
* properly C-quote the manifest file name in the rc fileOswald Buddenhagen2012-09-181-1/+11
* rewrite *_manifest.rc unconditionallyOswald Buddenhagen2012-09-181-1/+1
* qmake: Include own header firstSergio Ahumada2012-09-171-1/+2
* replace qmake_version() with a simple string literalOswald Buddenhagen2012-09-133-3/+3
* compile without CamelCase headersOswald Buddenhagen2012-09-112-5/+5
* give location information for QMAKE_SUBSTITUTES conditionalsOswald Buddenhagen2012-09-111-2/+2
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-114-17/+19
* Fix semantics of the src dir in the include search paths with MinGWSimon Hausmann2012-09-101-0/+7
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-081-2/+2