qt5base-lts/qmake
Joerg Bornemann 073214fdf9 qmake/msbuild: Turn off "use full paths in diagnostics" by default
The default setting for "Full Path of Source Code File in Diagnostics"
changed with VS 2017: it's now turned on by default.  It can also be
enabled with the compiler flag /FC, but there is no flag for turning it
off.

Users might want to disable /FC to obtain reproducable binaries.

Change qmake's default from "use Visual Studio's default" to "off" for
this feature.  Users can enable it manually by putting the following
into their project files:

    QMAKE_CXXFLAGS += /FC

CMake faced the same problem.  See CMake upstream issue #18261 for
comparison.

Pick-to: 5.15 6.2 6.3 6.4
Task-number: QTBUG-104450
Change-Id: Ibe636a0ac5d18aefb44f2b7179b59fcec2ad8353
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2022-06-22 16:05:07 +02:00
..
doc qmake: Document Xcode behavior when bundling translation files 2022-06-14 15:45:06 +02:00
generators qmake/msbuild: Turn off "use full paths in diagnostics" by default 2022-06-22 16:05:07 +02:00
library Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
cachekeys.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
CMakeLists.txt qmake: Use qVersion for version reporting instead of QT_VERSION_STR 2022-05-06 12:51:12 +02:00
main.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
meta.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
meta.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
option.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
option.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
project.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
project.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
property.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
property.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
propertyprinter.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
propertyprinter.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmake_pch.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmakelibraryinfo.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmakelibraryinfo.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00