QGIS/images/CMakeLists.txt

14 lines
364 B
CMake
Raw Normal View History

########################################################
# Files
SET (IMAGE_RCCS images.qrc)
########################################################
# Build
QT4_ADD_RESOURCES(IMAGE_RCC_SRCS ${IMAGE_RCCS})
########################################################
# Continue on to subdirs
SUBDIRS (north_arrows splash icons developers themes svg)