XmlLabel* cleanup.

This commit is contained in:
Jim Evins
2017-03-16 22:10:04 -04:00
parent c8f7011cd0
commit e2a3b68ffc
6 changed files with 606 additions and 142 deletions
+5 -2
View File
@@ -1,7 +1,10 @@
#=======================================
# Template Files
#=======================================
set (template_dtd glabels-3.0.dtd)
set (dtd_files
glabels-3.0.dtd
glabels-4.0.dtd
)
set (template_files
ascom-iso-templates.xml
@@ -49,6 +52,6 @@ set (other_db_files
#=======================================
# Install
#=======================================
install (FILES ${template_dtd} DESTINATION share/glabels-qt/templates)
install (FILES ${dtd_files} DESTINATION share/glabels-qt/templates)
install (FILES ${template_files} DESTINATION share/glabels-qt/templates)
install (FILES ${other_db_files} DESTINATION share/glabels-qt/templates)