mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 22:23:24 +00:00
Add Sensus XSLT as a resource and enable it
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ef54cb427e
commit
2167088f1c
2 changed files with 2 additions and 0 deletions
|
@ -1914,6 +1914,7 @@ static struct xslt_files {
|
|||
{ "profile", "udcf.xslt" },
|
||||
{ "Divinglog", "DivingLog.xslt" },
|
||||
{ "csv", "csv2xml.xslt" },
|
||||
{ "sensuscsv", "sensuscsv.xslt" },
|
||||
{ NULL, }
|
||||
};
|
||||
|
||||
|
|
|
@ -41,5 +41,6 @@
|
|||
<file>xslt/udcf.xslt</file>
|
||||
<file>xslt/uddf-export.xslt</file>
|
||||
<file>xslt/uddf.xslt</file>
|
||||
<file>xslt/sensuscsv.xslt</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Add table
Reference in a new issue