summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* iOS: Write default code signing identify for iOS in Xcode generatorTor Arne Vestbø2013-02-271-0/+3
* qmake: Resolve QMAKE_INFO_PLIST against current working dirTor Arne Vestbø2013-02-261-1/+1
* qmake: Fix file paths in Xcode projects when shadow-buildingTor Arne Vestbø2013-02-261-5/+20
* qmake: Prevent Obj-C sources from building both as extra compiler and in XcodeTor Arne Vestbø2013-02-261-3/+13
* qmake: Use PBXResourcesBuildPhase for QMAKE_BUNDLE_DATA without a pathTor Arne Vestbø2013-02-261-43/+57
* qmake: Don't treat .xcodeproj directories as OUT_PWD when passed with -oTor Arne Vestbø2013-02-261-0/+5
* qmake: Prevent duplicate libaries from being added to the link phaseTor Arne Vestbø2013-02-261-15/+17
* qmake: Don't generate Xcode project bundle identifiers with spacesTor Arne Vestbø2013-02-261-0/+1
* qmake: Update Xcode generator to produce project files similar to XcodeTor Arne Vestbø2013-02-261-255/+180
* Xcode: Change groups/build phase wording to match Apple's templatesTor Arne Vestbø2013-02-221-3/+3
* Xcode: Merge various sources and extra-compilers into more managable groupsTor Arne Vestbø2013-02-221-18/+18
* Unify win32-g++ and Unix qmake Makefiles.Ray Donnelly2013-02-193-192/+50
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-02-182-5/+6
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-182-5/+6
| |\
| | * fix MSVC build for non-standard command line interpretersJoerg Bornemann2013-02-151-1/+2
| | * remove automatic splitting from $$() expansionsOswald Buddenhagen2013-02-131-3/+3
| | * fix check for Windows CE platformJoerg Bornemann2013-02-131-1/+1
* | | Update feature paths on assignment to QMAKE_PLATFORMTor Arne Vestbø2013-02-182-1/+4
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-1711-66/+69
|\|
| * add ability to override the generated pkg-config file nameOswald Buddenhagen2013-02-061-9/+12
| * QMakeParser: save one ByteArray constructionhjk2013-02-061-1/+1
| * Remove braces for single lines of conditionsOrgad Shaneh2013-02-063-22/+17
| * 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
| * support alternative and multiple suffixes in $$resolve_depends()Oswald Buddenhagen2013-02-042-6/+11
| * don't flush qmake command line twiceOswald Buddenhagen2013-02-013-7/+10
| * remove versioned config backwards compatibility hackOswald Buddenhagen2013-02-011-13/+3
| * adjust paths in installed prl files for mingwMark Brand2013-01-301-1/+1
* | purge vestiges of QMAKE_LFLAGS_QT_DLLOswald Buddenhagen2013-02-131-4/+0
|/
* 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-1857-57/+57
* Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-151-1/+1
|\
| * MinGW: Statically link runtime libraries into qmakeKai Koehne2013-01-121-1/+1
* | 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
* qmake:Add a case sensitivity flag to ProString::{starts,ends}With()Debao Zhang2012-12-211-8/+8
* 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
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-171-2/+0
* accept hex/octal values for RC_LANG and RC_CODEPAGEJoerg Bornemann2012-12-171-1/+7
* add base parameter to ProString::toInt and ProString::toShortJoerg Bornemann2012-12-171-2/+2
* 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