Skip to content

Commit

Permalink
missed file update in 3ccae3f
Browse files Browse the repository at this point in the history
  • Loading branch information
kyngchaos committed Jul 6, 2011
1 parent 3ccae3f commit 49e9a62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/icons/CMakeLists.txt
Expand Up @@ -3,6 +3,10 @@ FILE (GLOB IMAGES *.png)
INSTALL (FILES ${IMAGES}
DESTINATION ${QGIS_DATA_DIR}/images/icons)

IF(MSVC)
INSTALL(FILES qgis.ico DESTINATION ${CMAKE_INSTALL_PREFIX}/icons)
ENDIF(MSVC)

# OS X app/doc icons
IF (APPLE)
ADD_SUBDIRECTORY(mac)
Expand Down

0 comments on commit 49e9a62

Please sign in to comment.