summaryrefslogtreecommitdiffstats
path: root/subsurface.qrc
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-12-16 09:09:41 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-16 16:20:52 -0800
commitca8aee4701f95a758f93033eb88ca851d61b2008 (patch)
treea5d0989a975791a6eea8f0bf610430490a47d7b6 /subsurface.qrc
parent5f12660870be4b1692eae28339785bc4b2d08550 (diff)
downloadsubsurface-ca8aee4701f95a758f93033eb88ca851d61b2008.tar.gz
Move the XSLT files into a Qt resource
This means we no longer need to keep them on disk and worry about installing / uninstalling them. They will always be kept in-memory (compressed). Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r--subsurface.qrc14
1 files changed, 13 insertions, 1 deletions
diff --git a/subsurface.qrc b/subsurface.qrc
index 796695eb8..970ac33f0 100644
--- a/subsurface.qrc
+++ b/subsurface.qrc
@@ -29,5 +29,17 @@
<file alias="left_wing">icons/planner/left_wing.png</file>
<file alias="plan_minus">icons/planner/minus.png</file>
<file alias="plan_plus">icons/planner/plus.png</file>
+ <file>xslt/commonTemplates.xsl</file>
+ <file>xslt/csv2xml.xslt</file>
+ <file>xslt/divelogs-export.xslt</file>
+ <file>xslt/divelogs.xslt</file>
+ <file>xslt/DivingLog.xslt</file>
+ <file>xslt/jdivelog2subsurface.xslt</file>
+ <file>xslt/MacDive.xslt</file>
+ <file>xslt/SuuntoDM4.xslt</file>
+ <file>xslt/SuuntoSDM.xslt</file>
+ <file>xslt/udcf.xslt</file>
+ <file>xslt/uddf-export.xslt</file>
+ <file>xslt/uddf.xslt</file>
</qresource>
- </RCC> \ No newline at end of file
+ </RCC>