Skip to content

Commit d0c0adc

Browse files
committed
move qgis.ico back to app
1 parent 92b5a2c commit d0c0adc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

images/icons/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ 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-
106
# OS X app/doc icons
117
IF (APPLE)
128
ADD_SUBDIRECTORY(mac)

src/app/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,10 @@ IF (SPATIALITE_FOUND)
421421
TARGET_LINK_LIBRARIES (${QGIS_APP_NAME} ${SPATIALITE_LIBRARY})
422422
ENDIF (SPATIALITE_FOUND)
423423

424+
IF(MSVC)
425+
INSTALL(FILES qgis.ico DESTINATION ${CMAKE_INSTALL_PREFIX}/icons)
426+
ENDIF(MSVC)
427+
424428
INSTALL(TARGETS ${QGIS_APP_NAME}
425429
BUNDLE DESTINATION ${QGIS_INSTALL_PREFIX}
426430
RUNTIME DESTINATION ${QGIS_BIN_DIR})
File renamed without changes.

0 commit comments

Comments
 (0)