We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3160558 commit d8b9321Copy full SHA for d8b9321
src/app/CMakeLists.txt
@@ -313,6 +313,9 @@ ELSE (APPLE)
313
INSTALL(TARGETS qgis RUNTIME DESTINATION ${QGIS_BIN_DIR})
314
ENDIF (APPLE)
315
316
+IF(MSVC)
317
+ INSTALL(FILES qgis.ico DESTINATION ${CMAKE_INSTALL_PREFIX}/icons)
318
+ENDIF(MSVC)
319
320
########## Install headers for developers to use against qgis libs
321
#commented out since app classes dont go into any lib there is little point
0 commit comments