mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Create resource file from icons git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8428 c8812cc2-4d05-0410-92ff-de0c093fc19c
14 lines
364 B
CMake
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)
|