diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index 3ebcf05..c92c622 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -110,7 +110,7 @@ if (WIN32) # TODO: Add other translations add_custom_command( TARGET editor POST_BUILD - COMMAND ${WINDEPLOYQT_EXECUTABLE} $ ${QSCINTILLA_DLLS} --dir $ --translations en --no-compiler-runtime --no-opengl-sw --no-system-d3d-compiler --plugindir $/qtplugins + COMMAND ${WINDEPLOYQT_EXECUTABLE} $ ${QSCINTILLA_DLLS} --release --dir $ --translations en --no-compiler-runtime --no-opengl-sw --no-system-d3d-compiler --plugindir $/qtplugins ) # No sense adding opengl-sw given that hardware acceleration is necessary, anyway # Also don't want to clutter with plugins, add only needed ones