From ff6b774687042eb01e7d12ad80583cdd5a602b95 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Tue, 1 Mar 2022 17:20:20 -0800 Subject: [PATCH] CMakeLists: Don't include imageformats plugins --- CMakeLists.txt | 16 ---------------- 1 file changed, 16 deletions(-) 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