summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* fix setup of output directory for subprojects in IDE generator backendsOswald Buddenhagen2013-03-152-5/+9
* fix parallelized "jom install"Oswald Buddenhagen2013-03-152-22/+16
* actually use the temp variable we just assigned ...Oswald Buddenhagen2013-03-121-4/+4
* do not append a trailing slash to output directoryOswald Buddenhagen2013-03-121-2/+0
* remove some cryptic code relating to output directoriesOswald Buddenhagen2013-03-072-11/+7
* Fix generation of XCode projects for XCode 4.6Andy Shaw2013-02-271-3/+5
* Fix generated pkg-config files when cross-compilingMatt Fischer2013-02-201-5/+2
* fix MSVC build for non-standard command line interpretersJoerg Bornemann2013-02-151-1/+2
* fix check for Windows CE platformJoerg Bornemann2013-02-131-1/+1
* add ability to override the generated pkg-config file nameOswald Buddenhagen2013-02-061-9/+12
* qmake/MSVC: fix parsing of the /openmp optionJoerg Bornemann2013-02-041-3/+12
* do not parse MSVC option /Gs as /GSJoerg Bornemann2013-02-041-3/+1
* qmake/MSVC: do not disable buffer security check per defaultJoerg Bornemann2013-02-041-1/+1
* adjust paths in installed prl files for mingwMark Brand2013-01-301-1/+1
* consolidate generation of metafile install targetsMark Brand2013-01-254-36/+27
* qmake: Don't let an empty $$VERSION cause a garbled version in .rc filesDebao Zhang2013-01-251-1/+1
* 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