summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Win: Handle installation of read-only target files correctlyAndy Shaw2017-09-131-4/+19
* qmake: fix hypothetical raw data leak in $$replace()Oswald Buddenhagen2017-08-261-1/+5
* qmake: fix hypothetical raw data leaks relating to qt i/o classesOswald Buddenhagen2017-08-261-5/+9
* qmake: remove pointless use of raw data in $$[QMAKEFEATURES] accessOswald Buddenhagen2017-08-262-2/+1
* qmake: remove seemingly pointless QString::detach() callsOswald Buddenhagen2017-08-261-2/+2
* qmake: prune obsolete QString::detach() callOswald Buddenhagen2017-08-261-3/+1
* qmake: make more use of ProString built-insOswald Buddenhagen2017-08-263-19/+15
* qmake: fix raw data detach avoidanceOswald Buddenhagen2017-08-263-12/+6
* qmake: fix excessive detaching of raw dataOswald Buddenhagen2017-08-261-3/+3
* qmake: make yet more use of ProString::toQStringRef()Oswald Buddenhagen2017-08-265-15/+22
* 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
* Change source identifier type in ProStringOswald Buddenhagen2017-08-157-28/+53
* 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
* Doc: Update docs for QMAKE_MACOSX_DEPLOYMENT_TARGET in qmake ManualLeena Miettinen2017-07-171-6/+5
* Doc: Add Apple OS deployment targets to the qmake ManualLeena Miettinen2017-07-171-1/+25
* 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-044-37/+31
* 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-026-28/+103
* Fix make install to be deterministicSimon Hausmann2017-04-282-13/+12
* Fix precompiled headers on Apple platforms, with multiple architecturesJake Petroules2017-04-142-36/+58
* Preserve last modification timestamps of installed program filesSimon Hausmann2017-04-134-4/+19
* 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-127-63/+139
* | qmake: Do not mix canonical and non canonical pathsOliver Wolff2017-04-111-1/+3
* | Doc: Move $$files() documentation to "Built-in Replace Functions"Joerg Bornemann2017-04-041-5/+5
* | Doc: link error in qmake manualNico Vertriest2017-03-281-1/+2
* | Doc: Add documentation for new iOS variables in qmake manualVikas Pachdha2017-03-281-0/+19
* | Fix uninitialized VCLinkerTool::DebugInfoOptionJoerg Bornemann2017-03-221-0/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-2/+2
|\|
| * qmake: Add _CRT_SECURE_NO_WARNINGS to all MSVC-like compilersThiago Macieira2017-03-201-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-132-5/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-132-5/+5
| |\|
| | * qmake: Check for QT_CONFIG(process) in qmakebuiltinsUlf Hermann2017-03-062-5/+5
* | | Fix parsing of the /utf8 MSVC compiler flag in VS project generatorJoerg Bornemann2017-03-131-1/+6
|/ /