Skip to content

Commit cb2230e

Browse files
author
Sandro Santilli
committedOct 8, 2012
Install style templates
1 parent 2e74722 commit cb2230e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ SET (DB_MANAGER_POSTGIS_TOPOVIEW_DIR ${DB_MANAGER_POSTGIS_DIR}/plugins/qgis_topo
33
FILE(GLOB PY_FILES *.py)
44

55
INSTALL(FILES ${PY_FILES} DESTINATION ${DB_MANAGER_POSTGIS_TOPOVIEW_DIR})
6-
INSTALL(FILES topoview_template.qgs DESTINATION ${DB_MANAGER_POSTGIS_TOPOVIEW_DIR})
76

7+
ADD_SUBDIRECTORY(templates)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SET (DB_MANAGER_POSTGIS_TOPOVIEW_TEMPLATE_DIR ${DB_MANAGER_POSTGIS_DIR}/plugins/qgis_topoview/templates)
2+
3+
FILE(GLOB QML_FILES *.qml)
4+
5+
INSTALL(FILES ${QML_FILES} DESTINATION ${DB_MANAGER_POSTGIS_TOPOVIEW_TEMPLATE_DIR})

0 commit comments

Comments
 (0)
Please sign in to comment.