-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
FILE (GLOB CONFIG *.qgc) | ||
|
||
INSTALL (FILES ${CONFIG} | ||
DESTINATION ${QGIS_DATA_DIR}/grass/config) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
FILE (GLOB MODULE_FILES *.qgm *.svg *.png) | ||
|
||
INSTALL (FILES ${MODULE_FILES} | ||
DESTINATION ${QGIS_DATA_DIR}/grass/modules) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SUBDIRS(default) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
FILE (GLOB IMAGES *.png) | ||
|
||
INSTALL (FILES ${IMAGES} | ||
DESTINATION ${QGIS_DATA_DIR}/themes/default/grass) |