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
@ -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…
x
Reference in New Issue
Block a user