summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* qmake vcxproj generator: Fix compilation of generated C++ sourcesJoerg Bornemann2018-08-081-1/+10
* qmake: don't escape colons in dependency paths on windows, after allOswald Buddenhagen2018-08-021-0/+9
* Fix recursive qmake xcode project generation with shadow buildsChristoph Keller2018-07-091-2/+2
* qmake: make sure 'move' commands to DESTDIR are valid on mingwOswald Buddenhagen2018-07-091-7/+7
* qmake: Fix xcode problems with invalid build pathsChristoph Keller2018-07-041-1/+3
* qmake: escape colons and hashmarks in dependency pathsOswald Buddenhagen2018-06-257-7/+36
* Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-191-1/+1
|\
| * xcode: Take effective platform name into account for configuration build dirTor Arne Vestbø2018-06-061-1/+1
* | Fix QMAKE_MANIFEST for Visual Studio >= 2012Joerg Bornemann2018-06-131-0/+2
* | Qmake: Fix compilation with QMAKE_USE_CACHEOrgad Shaneh2018-06-131-3/+3
* | qmake: use consistent path separators in makefile dependenciesOswald Buddenhagen2018-06-125-9/+22
|/
* qmake: Don't map Xcode SYMROOT to output directoryTor Arne Vestbø2018-04-261-1/+11
* qmake: fix look-up of relative files from .depend_command in shadow buildsOswald Buddenhagen2018-04-251-6/+10
* qmake: Fix prl lookup for suffixed frameworks on Apple platformsTor Arne Vestbø2018-04-221-2/+16
* qmake: fix QMAKE_BUNDLE_DATA for (some) generated filesOswald Buddenhagen2018-04-121-1/+3
* Set WindowsTargetPlatform[Min]Version if WindowsSDKVersion is setJoerg Bornemann2018-04-061-5/+19
* XCode: Fix the output paths for extra compilers with fileFixify()Andy Shaw2018-03-171-1/+2
* doc: Remove inappropriate qdoc comment markersMartin Smith2018-01-181-2/+2
* qmake: Introduce precompile_header_c for MSVCOrgad Shaneh2018-01-082-13/+18
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-073-4/+17
|\
| * qmake: set COPY_PHASE_STRIP to NO in Xcode generatorJake Petroules2018-01-051-2/+0
| * qmake: replace invalid characters in generated bundle identifiersJake Petroules2018-01-051-1/+15
| * qmake: Handle QMAKE_LINK_OBJECT_MAX being unset for static librariesMartin Storsjö2018-01-041-1/+2
* | Rewrite the Info.plist variable replacement handlingJake Petroules2018-01-061-13/+35
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-3/+0
|\|
| * Stop blocking the ability to generate dSYM debug symbols with XcodeJake Petroules2017-12-141-3/+0
* | Move a QRegExp out of a deeply nested loopJake Petroules2017-11-231-3/+3
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-7/+1
|\|
| * qmake: Actually resolve QMAKE_SHELL_NULL_DEVICE when writing to MakefileOrgad Shaneh2017-10-161-1/+1
| * Qmake: Introduce and use QMAKE_{SYSTEM,SHELL}_NULL_DEVICE variable, take 2Orgad Shaneh2017-10-131-7/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-313-8/+37
|\|
| * qmake: make more use of ProString built-insOswald Buddenhagen2017-08-261-1/+1
| * Adapt qmake's raw-string parser to avoid confusion by macrosEdward Welbourne2017-08-241-7/+35
| * Add MSVC manifest backup file to "clean" targetJoerg Bornemann2017-08-181-0/+1
* | MSVC: Support precompiled header also for C filesOrgad Shaneh2017-08-282-3/+27
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-1/+2
|\|
| * qmake: don't limit command line length when not actually on windowsOswald Buddenhagen2017-08-151-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-022-4/+9
|\|
| * qmake: fix warning about duplicate references in project fileJake Petroules2017-07-201-1/+5
| * qmake: Remove last remains of WinCE supportOliver Wolff2017-07-191-3/+3
| * winrt: qmake: Fix deployment rules of created solution filesOliver Wolff2017-07-191-2/+3
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-0/+4
|\|
| * qmake: Separate object_script by Makefile nameOrgad Shaneh2017-07-071-0/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-3/+4
|\|
| * Pass the absolute path with the file when finding filesAndy Shaw2017-06-191-3/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-195-39/+19
|\|
| * qmake: Delete static library before calling ar on MinGWOrgad Shaneh2017-06-121-0/+7
| * qmake: Fix initialization order in VcprojGenerator ctorOrgad Shaneh2017-06-121-2/+2
| * qmake: Use braces for struct initialization in MSVC object modelOrgad Shaneh2017-06-121-9/+9
| * qmake: Delete unused variables in MSBuild object modelOrgad Shaneh2017-06-121-27/+0