summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1344-44/+44
* Respect the OBJECTS_DIR setting for XCode projectsAndy Shaw2013-01-081-4/+2
* Fix handling of precompiled header files in XCode projectsAndy Shaw2013-01-081-9/+4
* fix duplicate TRANSLATION entry in generated RC fileJoerg Bornemann2012-12-211-4/+0
* qmake: support for Visual Studio 2012 project files addedJoerg Bornemann2012-12-094-1/+34
* qmake: do not exclusively lock files for reading on Windows/MSVCJoerg Bornemann2012-11-281-1/+1
* qmake: fix .pc install target dir separators on windowsJ-P Nurmi2012-10-221-1/+1
* Revert "qmake vcxproj generator: map TARGET_EXT to $(TargetExt)"Joerg Bornemann2012-10-183-12/+2
* Fix XCode generator for qmake when generating for XCode 4.5 and laterAndy Shaw2012-10-182-1/+17
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2944-1058/+1058
* qmake vcxproj generator: map TARGET_EXT to $(TargetExt)Joerg Bornemann2012-08-083-2/+12
* qmake: un-copy-and-pastify vcxproj generator a bitJoerg Bornemann2012-08-082-60/+70
* Update contact information in license headers.Sergio Ahumada2012-08-0144-88/+88
* Fix qmake hash function to use XORRafael Roquetto2012-07-251-1/+1
* fix static library names when generating .pc files for pkgconfigMark Brand2012-04-201-1/+2
* qmake vc(x)proj generator: don't create bogus directoriesJoerg Bornemann2012-04-171-0/+3
* qmake/Win: fix incomplete generated version resourceJoerg Bornemann2012-04-171-1/+11
* qmake vcxproj generator: fix handling of /MANIFEST:NO linker optionJoerg Bornemann2012-04-171-0/+7
* qmake vcproj generator: unused variable removedJoerg Bornemann2012-04-171-1/+0
* qmake vc(x)project generator: fix VC++ Express detectionJoerg Bornemann2012-04-161-1/+3
* qmake vcxproj generator: properly escape XML attributesJoerg Bornemann2012-04-101-1/+1
* qmake: fix default value for C++ optimization in vcxproj filesJoerg Bornemann2012-03-221-0/+4
* escape *_script_file usages in MingwMakefileGenerator::writeObjectsPartMax Desyatov2012-03-071-4/+4
* Create target pkgconfig dir in qmake generated Windows MakefilesHib Eris2012-02-291-0/+6
* Implement missing replacements when installing .pc files for win32Hib Eris2012-02-291-1/+17
* Add TARGET_VERSION_EXT to pkgConfiglibNameHib Eris2012-02-291-0/+1
* Ensure that the RC_FILE is correctly handled in a single configurationAndy Shaw2012-02-071-0/+2
* Add support for XCode 4 into qmakeAndy Shaw2012-02-021-71/+172
* Escape path names in qmake-generated Makefiles.Andreas Hartmetz2012-01-311-1/+1
* Symbian: qmake: Fix emulator deployment destinationsJaakko Helanti2012-01-172-7/+27
* Update year in Nokia copyright messages.Jason McDonald2012-01-1144-44/+44
* qmake: fix default value for C++ optimization in vcxproj filesJoerg Bornemann2012-01-061-0/+4
* qmake: fix /MP option for VS 2010Joerg Bornemann2012-01-061-3/+3
* Symbian: Fix a case sensitivity issue with QMAKE_EXTRA_COMPILERSMiikka Heikkinen2011-12-091-0/+4
* Symbian: Fix language mappings for localize_deploymentMiikka Heikkinen2011-12-071-5/+10
* Symbian: Only localize the application .rss that needs it, not all .rssMiikka Heikkinen2011-12-072-2/+1
* Use the project root from .gpj project files, instead of local path.Rolland Dudemaine2011-11-151-3/+5
* Make sure QMAKE_CXX is defined to prevent crashing on some projects.Rolland Dudemaine2011-11-151-1/+3
* Add support for .pro-type subdirectories.Rolland Dudemaine2011-11-151-1/+1
* Add relative path to the work directory, to prevent filename clashes.Rolland Dudemaine2011-11-151-0/+4
* Only call moc if the file needs it.Rolland Dudemaine2011-11-151-2/+3
* Use outname to specify the output .gpj to generate.Rolland Dudemaine2011-11-151-3/+3
* Use "dll" instead of "shared".Rolland Dudemaine2011-11-151-1/+1
* Instead of translating / into _, check if subdir is a .pro.Rolland Dudemaine2011-11-151-2/+4
* Do not generate -D defines for project types.Rolland Dudemaine2011-11-151-1/+2
* Clean up generated linker file for the shared library case.Rolland Dudemaine2011-11-151-9/+11
* Make applications start by default (StartIt True).Rolland Dudemaine2011-11-151-0/+1
* Change the overload from write() to writeMakefile() in INTEGRITY generatorRolland Dudemaine2011-11-152-2/+2
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-tools-staging into mast...Qt Continuous Integration System2011-10-191-1/+1
|\
| * qmake: fix writing of incremental linker option for vcxproj filesJoerg Bornemann2011-10-141-1/+1