Skip to content

Commit 49e9a62

Browse files
committed
missed file update in 3ccae3f
1 parent 3ccae3f commit 49e9a62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

images/icons/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ FILE (GLOB IMAGES *.png)
33
INSTALL (FILES ${IMAGES}
44
DESTINATION ${QGIS_DATA_DIR}/images/icons)
55

6+
IF(MSVC)
7+
INSTALL(FILES qgis.ico DESTINATION ${CMAKE_INSTALL_PREFIX}/icons)
8+
ENDIF(MSVC)
9+
610
# OS X app/doc icons
711
IF (APPLE)
812
ADD_SUBDIRECTORY(mac)

0 commit comments

Comments
 (0)