diff options
| author | David Faure <[email protected]> | 2017-07-25 11:39:57 +0200 |
|---|---|---|
| committer | David Faure <[email protected]> | 2017-07-25 11:39:57 +0200 |
| commit | cf273cd8a90178460c29b97b115a876fbef10295 (patch) | |
| tree | edc7499958bd56554f3615909e06c5cd2a59354b /src/dolphin.qrc | |
| parent | 286eaa7402346a364219bece7221c25e02228cba (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.qrc | 5 |
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> |
