mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
5f12660870
commit
ca8aee4701
5 changed files with 52 additions and 63 deletions
|
|
@ -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>
|
||||
</RCC>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue