Skip to content

Commit b80bfa8

Browse files
committedOct 10, 2017
schemaExtension.xsd is now installed in share directory
1 parent 1150076 commit b80bfa8

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
 

‎resources/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ INSTALL(FILES qgis_global_settings.ini
44
DESTINATION ${QGIS_DATA_DIR})
55
INSTALL(DIRECTORY cpt-city-qgis-min DESTINATION ${QGIS_DATA_DIR}/resources)
66
INSTALL(DIRECTORY themes DESTINATION ${QGIS_DATA_DIR}/resources)
7+
8+
IF (WITH_SERVER)
9+
INSTALL(DIRECTORY server DESTINATION ${QGIS_DATA_DIR}/resources)
10+
ENDIF (WITH_SERVER)
File renamed without changes.

‎src/server/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,5 @@ INSTALL(TARGETS
203203
INSTALL(FILES
204204
admin.sld
205205
wms_metadata.xml
206-
schemaExtension.xsd
207206
DESTINATION ${QGIS_CGIBIN_DIR}
208207
)

0 commit comments

Comments
 (0)
Please sign in to comment.