Not able to build Qt release version with debug info
-
I am trying to build Qt 6.5.1 from source. I was able to build both Release and Debug versions without any issue. When I try to build "Release with Debug Info" it is not generating pdb files. I have used CMAKE_BUILD_TYPE as "RelWithDebInfo" option for this purpose.
How exactly I can do this? I am using VS 2019 and CMAKE version 3.25.1