From a99d0930c761170f877193fa0b2c32a2567ab31f Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Tue, 7 Dec 2021 16:26:16 -0600 Subject: Remove incompatible QDDS plugin --- qdds.dll | Bin 52224 -> 0 bytes src/CMakeLists.txt | 2 -- 2 files changed, 2 deletions(-) delete mode 100644 qdds.dll diff --git a/qdds.dll b/qdds.dll deleted file mode 100644 index 3de8e38f..00000000 Binary files a/qdds.dll and /dev/null differ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7f1f642a..f6f3dcf6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -259,6 +259,4 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/stylesheets" DESTINATION bin) deploy_qt(BINARIES ModOrganizer.exe uibase.dll plugins/bsa_packer.dll) - -install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../qdds.dll" DESTINATION bin/dlls/imageformats) install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/resources/markdown.html" DESTINATION bin/resources) -- cgit v1.3.1