summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Add QMake variables for development team and provisioning profileVikas Pachdha2017-03-131-5/+12
* | Add documentation for QMAKE_LINK variableAndy Shaw2017-03-081-0/+9
* | Fix MSVC Makefiles when SOURCES is emptyJoerg Bornemann2017-03-071-2/+0
* | Improve time stamp precision of qmake's touch functionSimon Hausmann2017-03-011-1/+8
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-16/+2
|\|
| * Doc: Remove mentioning of Windows CE from qmake documentationKai Koehne2017-02-141-16/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-143-7/+2
|\|
| * rename qvector.cpp => qvector.qdocOswald Buddenhagen2017-02-093-7/+2
* | 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-087-38/+52
|\|
| * add a bunch of complementary options to -afterOswald Buddenhagen2017-02-066-36/+50
| * Unbreak the build with ICC on WindowsThiago Macieira2017-01-271-2/+2
* | Merge remote-tracking branch 'gerrit/dev' into HEADOswald Buddenhagen2017-02-0123-106/+427
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2523-106/+427
| |\|
| | * 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
| | * add depend_includepath to the qmake manualOswald Buddenhagen2017-01-191-0/+2
| | * 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-066-9/+15
| | * revert to building qmake with qconfig.cppOswald Buddenhagen2017-01-064-19/+31