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>bb10
parent
864e1e10c4
commit
ef0287d589
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue