diff options
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 14 |
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> |