1
0
Fork 0

Add PDBs when running windeployqt

This commit is contained in:
Duncan Ogilvie 2026-01-25 19:25:03 +01:00
parent 9fc3f2ad53
commit bf25d35956
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if(CMAKE_SCRIPT_MODE_FILE)
message(STATUS "Copying dependencies from ${DEPS_DIR} to ${GUI_DIR}")
execute_process(
COMMAND ${WINDEPLOYQT} --no-compiler-runtime --no-translations --no-opengl-sw --force ${GUI_DLL} --list relative
COMMAND ${WINDEPLOYQT} --pdb --no-compiler-runtime --no-translations --no-opengl-sw --force ${GUI_DLL} --list relative
OUTPUT_VARIABLE DEPS_COPIED
)