Skip to content

Commit

Permalink
schemaExtension.xsd is now installed in share directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Oct 10, 2017
1 parent 1150076 commit b80bfa8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions resources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ INSTALL(FILES qgis_global_settings.ini
DESTINATION ${QGIS_DATA_DIR})
INSTALL(DIRECTORY cpt-city-qgis-min DESTINATION ${QGIS_DATA_DIR}/resources)
INSTALL(DIRECTORY themes DESTINATION ${QGIS_DATA_DIR}/resources)

IF (WITH_SERVER)
INSTALL(DIRECTORY server DESTINATION ${QGIS_DATA_DIR}/resources)
ENDIF (WITH_SERVER)
File renamed without changes.
1 change: 0 additions & 1 deletion src/server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,5 @@ INSTALL(TARGETS
INSTALL(FILES
admin.sld
wms_metadata.xml
schemaExtension.xsd
DESTINATION ${QGIS_CGIBIN_DIR}
)

0 comments on commit b80bfa8

Please sign in to comment.