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