QGIS/images/CMakeLists.txt
timlinux ba487b844a Updated projection icon for status bar.
Create resource file from icons


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8428 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-05-14 12:53:25 +00:00

14 lines
364 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 developers themes svg)