diff --git a/kiwix-desktop.pro b/kiwix-desktop.pro
index 752f7f2..ad23ff6 100644
--- a/kiwix-desktop.pro
+++ b/kiwix-desktop.pro
@@ -124,7 +124,8 @@ LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION kiwix)
RESOURCES += \
resources/kiwix.qrc \
resources/translations.qrc \
- resources/contentmanager.qrc
+ resources/contentmanager.qrc \
+ resources/style.qrc
unix {
system($$QMAKE_LUPDATE -locations relative -no-ui-lines $$_PRO_FILE_)
diff --git a/resources/kiwix.qrc b/resources/kiwix.qrc
index 68b5a44..1940dbd 100644
--- a/resources/kiwix.qrc
+++ b/resources/kiwix.qrc
@@ -61,7 +61,6 @@
fonts/SegoeUI/seguisb.ttf
fonts/SegoeUI/segoeui.ttf
texts/about.html
- css/style.css
icons/search_backward.svg
icons/search_forward.svg
diff --git a/resources/style.qrc b/resources/style.qrc
new file mode 100644
index 0000000..b459a57
--- /dev/null
+++ b/resources/style.qrc
@@ -0,0 +1,5 @@
+
+
+ css/style.css
+
+