summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-16 15:27:48 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-17 10:50:51 -0800
commitd8cc2b57b2ea5a32b3beafea9d4aaef2e6e0bc92 (patch)
treec1c1d5af084f169b233e8ee80a7fc4b20d6b4c0d /mobile-widgets
parent24543a0099017cea66527d19700b0a6b4857d9e0 (diff)
downloadsubsurface-d8cc2b57b2ea5a32b3beafea9d4aaef2e6e0bc92.tar.gz
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>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/mobile-resources.qrc10
1 files changed, 4 insertions, 6 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc
index e247e60d3..86a97263f 100644
--- a/mobile-widgets/qml/mobile-resources.qrc
+++ b/mobile-widgets/qml/mobile-resources.qrc
@@ -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>