We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccae3f commit 49e9a62Copy full SHA for 49e9a62
images/icons/CMakeLists.txt
@@ -3,6 +3,10 @@ FILE (GLOB IMAGES *.png)
3
INSTALL (FILES ${IMAGES}
4
DESTINATION ${QGIS_DATA_DIR}/images/icons)
5
6
+IF(MSVC)
7
+ INSTALL(FILES qgis.ico DESTINATION ${CMAKE_INSTALL_PREFIX}/icons)
8
+ENDIF(MSVC)
9
+
10
# OS X app/doc icons
11
IF (APPLE)
12
ADD_SUBDIRECTORY(mac)
0 commit comments