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/dolphinpart.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/dolphinpart.qrc')
| -rw-r--r-- | src/dolphinpart.qrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinpart.qrc b/src/dolphinpart.qrc new file mode 100644 index 000000000..b525da13a --- /dev/null +++ b/src/dolphinpart.qrc @@ -0,0 +1,5 @@ +<RCC> +<qresource prefix="/kxmlgui5/dolphinpart"> +<file>dolphinpart.rc</file> +</qresource> +</RCC> |
