File tree 6 files changed +15
-7
lines changed
6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,4 @@ FILE(GLOB PY_FILES *.py)
3
3
FILE (GLOB UI_FILES *.ui)
4
4
PYQT4_WRAP_UI(PYUI_FILES ${UI_FILES} )
5
5
6
-
7
-
8
6
PLUGIN_INSTALL(sextante ./about ${PY_FILES} ${PYUI_FILES} )
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ FILE(GLOB PY_FILES *.py)
2
2
FILE (GLOB OTHER_FILES copyright.txt)
3
3
FILE (GLOB ICON_FILES icons/*.png)
4
4
5
- PLUGIN_INSTALL(sextante ./ftools ${PY_FILES} ${OTHER_FILES} ${ICON_FILES} )
5
+ PLUGIN_INSTALL(sextante ./ftools ${PY_FILES} ${OTHER_FILES} )
6
+ PLUGIN_INSTALL(sextante ./ftools/icons ${ICON_FILES} )
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ FILE(GLOB ICON_FILES icons/*.png)
3
3
4
4
ADD_SUBDIRECTORY (scripts)
5
5
6
- PLUGIN_INSTALL(sextante ./gdal ${PY_FILES} ${ICON_FILES} )
6
+ PLUGIN_INSTALL(sextante ./gdal ${PY_FILES} )
7
+ PLUGIN_INSTALL(sextante ./gdal/icons ${ICON_FILES} )
Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ FILE(GLOB OTHER_FILES *.js)
3
3
FILE (GLOB IMAGE_FILES _images/*.*)
4
4
FILE (GLOB STATIC_FILES _static/*.*)
5
5
6
- PLUGIN_INSTALL(sextante ./help ${HTML_FILES} ${OTHER_FILES} ${IMAGE_FILES} ${STATIC_FILES} )
6
+ PLUGIN_INSTALL(sextante ./help ${HTML_FILES} ${OTHER_FILES} )
7
+ PLUGIN_INSTALL(sextante ./help/images ${IMAGE_FILES} )
8
+ PLUGIN_INSTALL(sextante ./help/_static ${STATIC_FILES} )
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ FILE(GLOB PY_FILES *.py)
2
2
FILE (GLOB OTHER_FILES copyright.txt)
3
3
FILE (GLOB ICON_FILES icons/*.png)
4
4
5
- PLUGIN_INSTALL(sextante ./mmqgisx ${PY_FILES} ${OTHER_FILES} ${ICON_FILES} )
5
+ PLUGIN_INSTALL(sextante ./mmqgisx ${PY_FILES} ${OTHER_FILES} )
6
+ PLUGIN_INSTALL(sextante ./mmqgisx/icons ${ICON_FILES} )
Original file line number Diff line number Diff line change @@ -6,4 +6,9 @@ FILE(GLOB MMINFO_FILES mminfo/*.*)
6
6
FILE (GLOB MMTYPES_FILES mmtype/*.*)
7
7
FILE (GLOB MORPH_FILES morph/*.*)
8
8
9
- PLUGIN_INSTALL(sextante ./pymorph/html/morph ${HTML_FILES} ${GIF_FILES} ${IMAGES_FILES} ${MMDEMOS_FILES} ${MMINFO_FILES} ${MMTYPES_FILES} ${MORPH_FILES} )
9
+ PLUGIN_INSTALL(sextante ./pymorph/html/morph ${HTML_FILES} ${GIF_FILES} )
10
+ PLUGIN_INSTALL(sextante ./pymorph/html/morph/images ${IMAGES_FILES} )
11
+ PLUGIN_INSTALL(sextante ./pymorph/html/morph/mmdemos ${MMDEMOS_FILES} )
12
+ PLUGIN_INSTALL(sextante ./pymorph/html/morph/mminfo ${MMINFO_FILES} )
13
+ PLUGIN_INSTALL(sextante ./pymorph/html/morph/mmtypes ${MMTYPES_FILES} )
14
+ PLUGIN_INSTALL(sextante ./pymorph/html/morph/morph ${MORPH_FILES} )
You can’t perform that action at this time.
0 commit comments