This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,6 @@ | ||
| FILE (GLOB IMAGES *.png) | ||
| ADD_SUBDIRECTORY(plugins) | ||
|
|
||
| FILE(GLOB IMAGES *.png *.svg) | ||
|
|
||
| INSTALL (FILES ${IMAGES} | ||
| DESTINATION ${QGIS_DATA_DIR}/themes/default) | ||
|
|
||
| FILE (GLOB PLUG_IMAGES plugins/*.png) | ||
|
|
||
| INSTALL (FILES ${PLUG_IMAGES} DESTINATION ${QGIS_DATA_DIR}/themes/default/plugins) |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| ADD_SUBDIRECTORY(coordinate_capture) | ||
| ADD_SUBDIRECTORY(gps_importer) | ||
|
|
||
| FILE (GLOB IMAGES *.png) | ||
| FILE(GLOB IMAGES *.png *.svg) | ||
|
|
||
| INSTALL (FILES ${IMAGES} | ||
| DESTINATION ${QGIS_DATA_DIR}/themes/gis/plugins) | ||
| DESTINATION ${QGIS_DATA_DIR}/themes/default/plugins) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| FILE(GLOB IMAGES *.png *.svg) | ||
|
|
||
| INSTALL (FILES ${IMAGES} | ||
| DESTINATION ${QGIS_DATA_DIR}/themes/default/plugins/coordinate_capture) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| FILE(GLOB IMAGES *.png *.svg) | ||
|
|
||
| INSTALL (FILES ${IMAGES} | ||
| DESTINATION ${QGIS_DATA_DIR}/themes/default/plugins/gps_importer) |
This file was deleted.