Skip to content

Commit 0048d6a

Browse files
author
jef
committedMay 30, 2009
install icon
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10862 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 24cfd87 commit 0048d6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/app/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,9 @@ ELSE (APPLE)
313313
INSTALL(TARGETS qgis RUNTIME DESTINATION ${QGIS_BIN_DIR})
314314
ENDIF (APPLE)
315315

316+
IF(MSVC)
317+
INSTALL(FILES qgis.ico DESTINATION ${CMAKE_INSTALL_PREFIX}/icons)
318+
ENDIF(MSVC)
316319

317320
########## Install headers for developers to use against qgis libs
318321
#commented out since app classes dont go into any lib there is little point

0 commit comments

Comments
 (0)
Please sign in to comment.