Skip to content

Commit

Permalink
CMake now install grass files
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6530 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Feb 5, 2007
1 parent 92ea28e commit a6fe75d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/grass/config/CMakeLists.txt
@@ -0,0 +1,5 @@

FILE (GLOB CONFIG *.qgc)

INSTALL (FILES ${CONFIG}
DESTINATION ${QGIS_DATA_DIR}/grass/config)
5 changes: 5 additions & 0 deletions src/plugins/grass/modules/CMakeLists.txt
@@ -0,0 +1,5 @@

FILE (GLOB MODULE_FILES *.qgm *.svg *.png)

INSTALL (FILES ${MODULE_FILES}
DESTINATION ${QGIS_DATA_DIR}/grass/modules)
1 change: 1 addition & 0 deletions src/plugins/grass/themes/CMakeLists.txt
@@ -0,0 +1 @@
SUBDIRS(default)
5 changes: 5 additions & 0 deletions src/plugins/grass/themes/default/CMakeLists.txt
@@ -0,0 +1,5 @@

FILE (GLOB IMAGES *.png)

INSTALL (FILES ${IMAGES}
DESTINATION ${QGIS_DATA_DIR}/themes/default/grass)

0 comments on commit a6fe75d

Please sign in to comment.