summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2021-12-07 16:26:16 -0600
committerMikaƫl Capelle <capelle.mikael@gmail.com>2022-04-19 15:17:23 +0200
commita99d0930c761170f877193fa0b2c32a2567ab31f (patch)
tree939470e4552fcb8487bd0e5bb262019c92a07347
parent02667f8fde23aa133fdd842f2016811e3f12e15b (diff)
Remove incompatible QDDS plugin
-rw-r--r--qdds.dllbin52224 -> 0 bytes
-rw-r--r--src/CMakeLists.txt2
2 files changed, 0 insertions, 2 deletions
diff --git a/qdds.dll b/qdds.dll
deleted file mode 100644
index 3de8e38f..00000000
--- a/qdds.dll
+++ /dev/null
Binary files 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)