mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
mobile-widgets/qml: add export stylesheets as resource
Add export stylesheets to mobile-resources.qrc to ensure they get installed. Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
d88ccf3221
commit
86aa96936a
1 changed files with 9 additions and 0 deletions
|
@ -91,4 +91,13 @@
|
|||
<file alias="go-next-symbolic">kirigami/icons/go-next.svg</file>
|
||||
<file alias="go-previous-symbolic">kirigami/icons/go-previous.svg</file>
|
||||
</qresource>
|
||||
|
||||
|
||||
<qresource prefix="/qml">
|
||||
<!-- ********** xslt ********** -->
|
||||
<file alias="xslt/commonTemplates.xsl">../../xslt/commonTemplates.xsl</file>
|
||||
<file alias="xslt/uddf-export.xslt">../../xslt/uddf-export.xslt</file>
|
||||
<file alias="xslt/xml2csv.xslt">../../xslt/xml2csv.xslt</file>
|
||||
<file alias="xslt/xml2manualcsv.xslt">../../xslt/xml2manualcsv.xslt</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Reference in a new issue