mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Install style templates
This commit is contained in:
parent
2e74722fb3
commit
cb2230e3d1
@ -3,5 +3,5 @@ SET (DB_MANAGER_POSTGIS_TOPOVIEW_DIR ${DB_MANAGER_POSTGIS_DIR}/plugins/qgis_topo
|
||||
FILE(GLOB PY_FILES *.py)
|
||||
|
||||
INSTALL(FILES ${PY_FILES} DESTINATION ${DB_MANAGER_POSTGIS_TOPOVIEW_DIR})
|
||||
INSTALL(FILES topoview_template.qgs DESTINATION ${DB_MANAGER_POSTGIS_TOPOVIEW_DIR})
|
||||
|
||||
ADD_SUBDIRECTORY(templates)
|
||||
|
@ -0,0 +1,5 @@
|
||||
SET (DB_MANAGER_POSTGIS_TOPOVIEW_TEMPLATE_DIR ${DB_MANAGER_POSTGIS_DIR}/plugins/qgis_topoview/templates)
|
||||
|
||||
FILE(GLOB QML_FILES *.qml)
|
||||
|
||||
INSTALL(FILES ${QML_FILES} DESTINATION ${DB_MANAGER_POSTGIS_TOPOVIEW_TEMPLATE_DIR})
|
Loading…
x
Reference in New Issue
Block a user