mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
fix windows icon installation
This commit is contained in:
parent
07c16fcd44
commit
5fd69fd384
@ -17,21 +17,38 @@ Windows Registry Editor Version 5.00
|
||||
[HKEY_CLASSES_ROOT\.qgs]
|
||||
@="QGIS Project"
|
||||
|
||||
[HKEY_CLASSES_ROOT\.qpt\DefaultIcon]
|
||||
@="@osgeo4w@\\apps\\@package@\\icons\\qgis-qpt.ico"
|
||||
[HKEY_CLASSES_ROOT\QGIS Layer Definition]
|
||||
@="QGIS Layer Definition"
|
||||
|
||||
[HKEY_CLASSES_ROOT\.qpt]
|
||||
@="QGIS Composer template"
|
||||
|
||||
[HKEY_CLASSES_ROOT\.qml\DefaultIcon]
|
||||
[HKEY_CLASSES_ROOT\QGIS Layer Definition\DefaultIcon]
|
||||
@="@osgeo4w@\\apps\\@package@\\icons\\qgis-qml.ico"
|
||||
|
||||
[HKEY_CLASSES_ROOT\.qml]
|
||||
@="QGIS Layer settings"
|
||||
@="QGIS Layer Definition"
|
||||
|
||||
[HKEY_CLASSES_ROOT\.qlr\DefaultIcon]
|
||||
[HKEY_CLASSES_ROOT\QGIS Composer Template]
|
||||
@="QGIS Composer Template"
|
||||
|
||||
[HKEY_CLASSES_ROOT\QGIS Composer Template\DefaultIcon]
|
||||
@="@osgeo4w@\\apps\\@package@\\icons\\qgis-qpt.ico"
|
||||
|
||||
[HKEY_CLASSES_ROOT\.qpt]
|
||||
@="QGIS Composer Template"
|
||||
|
||||
[HKEY_CLASSES_ROOT\QGIS Layer Settings]
|
||||
@="QGIS Layer Settings"
|
||||
|
||||
[HKEY_CLASSES_ROOT\QGIS Layer Settings\DefaultIcon]
|
||||
@="@osgeo4w@\\apps\\@package@\\icons\\qgis-qml.ico"
|
||||
|
||||
[HKEY_CLASSES_ROOT\.qml]
|
||||
@="QGIS Layer Settings"
|
||||
|
||||
[HKEY_CLASSES_ROOT\QGIS Layer Definition]
|
||||
@="QGIS Layer Definition"
|
||||
|
||||
[HKEY_CLASSES_ROOT\QGIS Layer Definition\DefaultIcon]
|
||||
@="@osgeo4w@\\apps\\@package@\\icons\\qgis-qlr.ico"
|
||||
|
||||
[HKEY_CLASSES_ROOT\.qlr]
|
||||
@="QGIS Layer definition"
|
||||
|
||||
@="QGIS Layer Definition"
|
||||
|
@ -657,7 +657,7 @@ IF (POSTGRES_FOUND)
|
||||
ENDIF (POSTGRES_FOUND)
|
||||
|
||||
IF(MSVC)
|
||||
INSTALL(FILES qgis.ico DESTINATION ${CMAKE_INSTALL_PREFIX}/icons)
|
||||
INSTALL(FILES qgis.ico qgis-mime.ico qgis-qgs.ico qgis-qlr.ico qgis-qml.ico qgis-qpt.ico DESTINATION ${CMAKE_INSTALL_PREFIX}/icons)
|
||||
ENDIF(MSVC)
|
||||
|
||||
INSTALL(TARGETS qgis_app
|
||||
|
Loading…
x
Reference in New Issue
Block a user