summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* qmake: don't limit command line length when not actually on windowsOswald Buddenhagen2017-08-151-1/+2
* 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
* qmake: Separate object_script by Makefile nameOrgad Shaneh2017-07-071-0/+4
* Pass the absolute path with the file when finding filesAndy Shaw2017-06-191-3/+4
* 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
* qmake: Avoid raw string comparisonOrgad Shaneh2017-06-121-1/+1
* make mkspecs not mess up -rpath-linkOswald Buddenhagen2017-05-311-0/+2
* make mkspecs not mess up library and include search pathsOswald Buddenhagen2017-05-312-0/+5
* Fix parsing of MSVC's /utf-8 option, take 2Joerg Bornemann2017-05-231-1/+1
* Do not warn about unknown MSVC compiler conformance optionsJoerg Bornemann2017-05-231-5/+1
* Simplify built-in qmake install commandSimon Hausmann2017-05-043-23/+16
* VS 2017: Fall back to "x86" as arch if it is not "arm" or "x64"Oliver Wolff2017-05-031-1/+1
* Preserve last modification timestamps of installed directoriesSimon Hausmann2017-05-023-28/+19
* Fix make install to be deterministicSimon Hausmann2017-04-281-5/+10
* Fix precompiled headers on Apple platforms, with multiple architecturesJake Petroules2017-04-142-36/+58
* Preserve last modification timestamps of installed program filesSimon Hausmann2017-04-133-3/+5
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-12/+12
|\
| * write Libs.private to .pc files only in static buildsOswald Buddenhagen2017-04-111-12/+12
* | Preserve last modification timestamps of installed filesSimon Hausmann2017-04-123-5/+7
* | Fix uninitialized VCLinkerTool::DebugInfoOptionJoerg Bornemann2017-03-221-0/+1
* | Fix parsing of the /utf8 MSVC compiler flag in VS project generatorJoerg Bornemann2017-03-131-1/+6
* | Add QMake variables for development team and provisioning profileVikas Pachdha2017-03-131-5/+12
* | Fix MSVC Makefiles when SOURCES is emptyJoerg Bornemann2017-03-071-2/+0
* | qmake/nmake: Prevent overlong lines in link and lib response filesJoerg Bornemann2017-02-132-7/+35
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-082-7/+7
|\|
| * add a bunch of complementary options to -afterOswald Buddenhagen2017-02-062-7/+7
* | Merge remote-tracking branch 'gerrit/dev' into HEADOswald Buddenhagen2017-02-0111-38/+370
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2511-38/+370
| |\|
| | * Support QMAKE_PRE_LINK and QMAKE_POST_LINK for static libs on unixOrgad Shaneh2017-01-201-2/+10
| | * winrt: Add support for Visual Studio 2017Oliver Wolff2017-01-201-15/+77
| | * Ensure that RC_FILE is correctly handled in a single configurationAndrew Patterson2017-01-111-0/+2
| | * don't pass qmake configure arguments to sub-projectsOswald Buddenhagen2017-01-063-7/+12
| | * move "shared" registry reading code into qmakeOswald Buddenhagen2016-12-234-2/+233
| | * Remove ToolsVersion from generated VS projects for VS >= 2013Joerg Bornemann2016-12-212-7/+12
| | * Fix unnecessary regeneration of mocables in VS projectsJoerg Bornemann2016-12-212-4/+22
| | * Fix capitalization of <PlatformToolset>Joerg Bornemann2016-12-201-1/+1
* | | Build Qt libraries with -fapplication-extensionJake Petroules2017-01-271-0/+1
|/ /
* | Fix qmake -project in an empty folderJesus Fernandez2017-01-231-1/+1
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-185-50/+10
* | Remove dead code in Xcode generatorJake Petroules2017-01-181-110/+5