diff --git a/CMakeLists.txt b/CMakeLists.txt index c6c32e8b..f39d1ef8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,22 +135,6 @@ if(WIN32) "${RELEASE_DIR}/obs-plugins/${ARCH_NAME}" ) - # In Release or RelWithDebInfo mode, copy Qt image format plugins - COMMAND if $,$>==1 ( - "${CMAKE_COMMAND}" -E make_directory - "${RELEASE_DIR}/bin/${ARCH_NAME}/imageformats" - ) - COMMAND if $,$>==1 ( - "${CMAKE_COMMAND}" -E copy - "${QTDIR}/plugins/imageformats/qicns.dll" - "${QTDIR}/plugins/imageformats/qico.dll" - "${QTDIR}/plugins/imageformats/qjpeg.dll" - "${QTDIR}/plugins/imageformats/qtiff.dll" - "${QTDIR}/plugins/imageformats/qwbmp.dll" - "${QTDIR}/plugins/imageformats/qwebp.dll" - "${RELEASE_DIR}/bin/${ARCH_NAME}/imageformats" - ) - # If config is RelWithDebInfo, package PDB file for target COMMAND if $==1 ( "${CMAKE_COMMAND}" -E copy