Skip to content

Commit 5635116

Browse files
author
rugginoso
committed
Changed GRASS modules directory structure to allow different modules version for different GRASS versions.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10908 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7610160 commit 5635116

File tree

786 files changed

+10
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

786 files changed

+10
-8
lines changed

src/plugins/grass/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
2-
SUBDIRS(config modules modules-old scripts themes)
1+
SET (GRASS_MODULES_DIR "modules-${GRASS_MAJOR_VERSION}.${GRASS_MINOR_VERSION}")
2+
SUBDIRS(config modules-common ${GRASS_MODULES_DIR} scripts themes)
33

44
ADD_DEFINITIONS(-DGRASS_BASE=\\\"${GRASS_PREFIX}\\\")
55
ADD_DEFINITIONS(-DHAVE_OPENPTY=${HAVE_OPENPTY})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FILE (GLOB MODULE_FILES *.qgm *.svg *.png)
2+
INSTALL (FILES ${MODULE_FILES}
3+
DESTINATION ${QGIS_DATA_DIR}/grass/modules)
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FILE (GLOB MODULE_FILES *.qgm *.svg *.png)
2+
INSTALL (FILES ${MODULE_FILES}
3+
DESTINATION ${QGIS_DATA_DIR}/grass/modules)
4+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)