Skip to content

Commit a6fe75d

Browse files
author
homann
committedFeb 5, 2007
CMake now install grass files
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6530 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 92ea28e commit a6fe75d

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed
 
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
FILE (GLOB CONFIG *.qgc)
3+
4+
INSTALL (FILES ${CONFIG}
5+
DESTINATION ${QGIS_DATA_DIR}/grass/config)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
FILE (GLOB MODULE_FILES *.qgm *.svg *.png)
3+
4+
INSTALL (FILES ${MODULE_FILES}
5+
DESTINATION ${QGIS_DATA_DIR}/grass/modules)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SUBDIRS(default)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
FILE (GLOB IMAGES *.png)
3+
4+
INSTALL (FILES ${IMAGES}
5+
DESTINATION ${QGIS_DATA_DIR}/themes/default/grass)

0 commit comments

Comments
 (0)
Please sign in to comment.