From d8cc2b57b2ea5a32b3beafea9d4aaef2e6e0bc92 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 16 Feb 2020 15:27:48 -0800 Subject: mobile/resources: fix incorrectly coded XSLT stylesheets The prefix meant that on device these weren't found. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/mobile-resources.qrc | 10 ++++------ 1 file 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 @@ - + - ../../xslt/commonTemplates.xsl - ../../xslt/uddf-export.xslt - ../../xslt/xml2csv.xslt - ../../xslt/xml2manualcsv.xslt - ../../xslt/divelogs-export.xslt + ../../xslt/commonTemplates.xsl + ../../xslt/uddf-export.xslt + ../../xslt/divelogs-export.xslt -- cgit v1.2.3-70-g09d2