┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphin.qrc
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2017-07-25 11:39:57 +0200
committerDavid Faure <[email protected]>2017-07-25 11:39:57 +0200
commitcf273cd8a90178460c29b97b115a876fbef10295 (patch)
treeedc7499958bd56554f3615909e06c5cd2a59354b /src/dolphin.qrc
parent286eaa7402346a364219bece7221c25e02228cba (diff)
Bundle the XMLGUI files into qrc resources.
This is a step towards being able to run applications uninstalled, and it simplifies deployment on non-linux.
Diffstat (limited to 'src/dolphin.qrc')
-rw-r--r--src/dolphin.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphin.qrc b/src/dolphin.qrc
new file mode 100644
index 000000000..55cae54b9
--- /dev/null
+++ b/src/dolphin.qrc
@@ -0,0 +1,5 @@
+<RCC>
+<qresource prefix="/kxmlgui5/dolphin">
+<file>dolphinui.rc</file>
+</qresource>
+</RCC>