mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04:00
6 lines
111 B
CMake
6 lines
111 B
CMake
|
|
FILE (GLOB IMAGES *.png)
|
|
|
|
INSTALL (FILES ${IMAGES}
|
|
DESTINATION ${QGIS_DATA_DIR}/themes/default)
|