mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
7 lines
124 B
CMake
7 lines
124 B
CMake
#SUBDIRS (plugins)
|
|
|
|
FILE (GLOB IMAGES *.png)
|
|
|
|
INSTALL (FILES ${IMAGES}
|
|
DESTINATION ${QGIS_DATA_DIR}/themes/newgis)
|