summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYuhang Zhao <2546789017@qq.com>2020-05-04 16:51:01 +0800
committerYuhang Zhao <2546789017@qq.com>2020-05-12 07:35:32 +0800
commitfc1e5d9877c06f974401cbf0f2468c8bba81edff (patch)
treea7dbe56035809b6bd01a67af03aa65b23eb56c5e /src
parent737635fa56f5e4f50dabb495a5b8087e908b4713 (diff)
qmake: Update the macro names
I generated a rc file using VS2019 and I found that it's using other macros. According to [1], both of VOS_NT_WINDOWS32 and VOS__WINDOWS32 refers to "File was designed for 32-bit Windows", although they have different values, and 0x0L is the value of VFT2_UNKNOWN. So I think it's safe to update them. VS2019 is using them as the default template for rc files, after all. [1] https://docs.microsoft.com/en-us/windows/win32/menurc/versioninfo-resource Change-Id: Ibaf91394668844492f1357da05b881b9d81aa15f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/Qt6CoreMacros.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake
index e5c40e9243..baf727fa09 100644
--- a/src/corelib/Qt6CoreMacros.cmake
+++ b/src/corelib/Qt6CoreMacros.cmake
@@ -914,9 +914,9 @@ FILEFLAGSMASK 0x3fL
#else
FILEFLAGS 0x0L
#endif
-FILEOS VOS__WINDOWS32
+FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_DLL
-FILESUBTYPE 0x0L
+FILESUBTYPE VFT2_UNKNOWN
BEGIN
BLOCK \"StringFileInfo\"
BEGIN