summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreMacros.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-05-06 07:56:45 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-05-07 14:23:22 +0200
commitef0287d589cd1a73655fa89b274145e318839299 (patch)
tree565a08846bedb7a795a0bb267f4b693b4ff58d28 /src/corelib/Qt6CoreMacros.cmake
parent864e1e10c4cc0f3171ff7c1c53a911b0cfac25db (diff)
CMake: Fix icons in generated RC file
Change-Id: Idb11bd2058f2ec3f258845aea0d314430ff7c578 Reviewed-by: Simon Hausmann <hausmann@gmail.com> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/corelib/Qt6CoreMacros.cmake')
-rw-r--r--src/corelib/Qt6CoreMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake
index 38da1a9f94..739f89cc3f 100644
--- a/src/corelib/Qt6CoreMacros.cmake
+++ b/src/corelib/Qt6CoreMacros.cmake
@@ -898,7 +898,7 @@ function(qt6_generate_win32_rc_file target)
endif()
set(contents "#include <windows.h>
-${incons}
+${icons}
VS_VERSION_INFO VERSIONINFO
FILEVERSION ${version_comma}
PRODUCTVERSION ${version_comma}