From 7d42cbd111401dcbcb37069411c0e3e3939d5c34 Mon Sep 17 00:00:00 2001
From: leca <leca@foxarmy.org>
Date: Fri, 7 Mar 2025 16:36:12 +0300
Subject: [PATCH] unneeded dependencies

---
 README.md        | 1 -
 README.ru.md     | 1 -
 translations.qrc | 1 -
 3 files changed, 3 deletions(-)

diff --git a/README.md b/README.md
index df81bbe..40a212c 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,6 @@ In general, you need to install following dependencies in order to build that ap
 * curl
 * nlohmann-json
 * qt5
-* vtk
 
 Please, do not hesitate to open an issue if you cannot build that. I will help and if you are building on a distro that is not listed there, we can append that list as soon as we will solve your problem!
 ### Linux
diff --git a/README.ru.md b/README.ru.md
index 8a5c7a3..ca2bfe3 100644
--- a/README.ru.md
+++ b/README.ru.md
@@ -29,7 +29,6 @@
 * curl
 * nlohmann-json
 * qt5
-* vtk
 
 Пожалуйста, не стесняйтесь и открывайте issue, если вы не можете собрать приложение. Я помогу вам, и если вы собираете приложение на дистрибутиве, который здесь не перечислен, как только мы решим вашу проблему, я добавлю новый дистрибутив в этот список!
 
diff --git a/translations.qrc b/translations.qrc
index ed12877..bd622f0 100644
--- a/translations.qrc
+++ b/translations.qrc
@@ -3,5 +3,4 @@
         <file>en_US.qm</file>
         <file>ru_RU.qm</file>
     </qresource>
-    <qresource prefix="/translations"/>
 </RCC>