diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2021-12-07 16:26:16 -0600 |
|---|---|---|
| committer | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2022-04-19 15:17:23 +0200 |
| commit | a99d0930c761170f877193fa0b2c32a2567ab31f (patch) | |
| tree | 939470e4552fcb8487bd0e5bb262019c92a07347 | |
| parent | 02667f8fde23aa133fdd842f2016811e3f12e15b (diff) | |
Remove incompatible QDDS plugin
| -rw-r--r-- | qdds.dll | bin | 52224 -> 0 bytes | |||
| -rw-r--r-- | src/CMakeLists.txt | 2 |
2 files changed, 0 insertions, 2 deletions
diff --git a/qdds.dll b/qdds.dll Binary files differdeleted file mode 100644 index 3de8e38f..00000000 --- a/qdds.dll +++ /dev/null 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) |
