From a2bf0719ea4fa62a16c50eb24cd5eaa4bb2ecf42 Mon Sep 17 00:00:00 2001 From: scribam Date: Fri, 27 Mar 2020 01:33:07 +0100 Subject: [PATCH] cmake: Fix windeployqt command line for release builds (#7871) --- rpcs3/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt index 55b5d92518..84629866a6 100644 --- a/rpcs3/CMakeLists.txt +++ b/rpcs3/CMakeLists.txt @@ -135,7 +135,7 @@ elseif(UNIX) elseif(WIN32) add_custom_command(TARGET rpcs3 POST_BUILD COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_SOURCE_DIR}/bin" "$" - COMMAND "${Qt5_DIR}/../../../bin/windeployqt" --no-angle --no-compiler-runtime --no-opengl-sw --no-patchqt --no-svg --no-translations --no-quick --plugindir "$/qt/plugins" "$") + COMMAND "${Qt5_DIR}/../../../bin/windeployqt" --no-angle --no-compiler-runtime --no-opengl-sw --no-patchqt --no-svg --no-translations --no-quick --plugindir "$/qt/plugins" --release "$") endif() # Unix installation