Skip to content

Commit 549d1b0

Browse files
committed
Fix of Qt dependencies options in win32 packaging
1 parent 33a0ab8 commit 549d1b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CPack.win32.in.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ FOREACH(CURRENT_TARGET ${WINDEPLOYQT_TARGETS})
5555
\"\${CURRENT_TARGET_PATH}\"
5656
--dir \"\${CMAKE_INSTALL_PREFIX}/${OFBUILD_BIN_INSTALL_PATH}\"
5757
--libdir \"\${CMAKE_INSTALL_PREFIX}/${OFBUILD_BIN_INSTALL_PATH}\"
58-
--compiler-runtime
58+
--compiler-runtime --release
5959
-xml -network -concurrent
6060
--verbose 1
6161
WORKING_DIRECTORY \"${CMAKE_BINARY_DIR}\"

0 commit comments

Comments
 (0)