mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
mobile/resources: fix incorrectly coded XSLT stylesheets
The prefix meant that on device these weren't found. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
24543a0099
commit
d8cc2b57b2
1 changed files with 4 additions and 6 deletions
|
@ -116,12 +116,10 @@
|
|||
</qresource>
|
||||
|
||||
|
||||
<qresource prefix="/qml">
|
||||
<qresource prefix="/xslt">
|
||||
<!-- ********** 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>
|
||||
<file alias="xslt/divelogs-export.xslt">../../xslt/divelogs-export.xslt</file>
|
||||
<file alias="commonTemplates.xsl">../../xslt/commonTemplates.xsl</file>
|
||||
<file alias="uddf-export.xslt">../../xslt/uddf-export.xslt</file>
|
||||
<file alias="divelogs-export.xslt">../../xslt/divelogs-export.xslt</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Reference in a new issue