mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
16 lines
363 B
CMake
16 lines
363 B
CMake
########################################################
|
|
# Files
|
|
|
|
SET (IMAGE_RCCS images.qrc)
|
|
|
|
########################################################
|
|
# Build
|
|
|
|
QT5_ADD_RESOURCES(IMAGE_RCC_SRCS ${IMAGE_RCCS})
|
|
|
|
########################################################
|
|
# Continue on to subdirs
|
|
ADD_SUBDIRECTORY(icons)
|
|
ADD_SUBDIRECTORY(themes)
|
|
ADD_SUBDIRECTORY(svg)
|