mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -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]
|
[HKEY_CLASSES_ROOT\.qgs]
|
||||||
@="QGIS Project"
|
@="QGIS Project"
|
||||||
|
|
||||||
[HKEY_CLASSES_ROOT\.qpt\DefaultIcon]
|
[HKEY_CLASSES_ROOT\QGIS Layer Definition]
|
||||||
@="@osgeo4w@\\apps\\@package@\\icons\\qgis-qpt.ico"
|
@="QGIS Layer Definition"
|
||||||
|
|
||||||
[HKEY_CLASSES_ROOT\.qpt]
|
[HKEY_CLASSES_ROOT\QGIS Layer Definition\DefaultIcon]
|
||||||
@="QGIS Composer template"
|
|
||||||
|
|
||||||
[HKEY_CLASSES_ROOT\.qml\DefaultIcon]
|
|
||||||
@="@osgeo4w@\\apps\\@package@\\icons\\qgis-qml.ico"
|
@="@osgeo4w@\\apps\\@package@\\icons\\qgis-qml.ico"
|
||||||
|
|
||||||
[HKEY_CLASSES_ROOT\.qml]
|
[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"
|
@="@osgeo4w@\\apps\\@package@\\icons\\qgis-qlr.ico"
|
||||||
|
|
||||||
[HKEY_CLASSES_ROOT\.qlr]
|
[HKEY_CLASSES_ROOT\.qlr]
|
||||||
@="QGIS Layer definition"
|
@="QGIS Layer Definition"
|
||||||
|
|
||||||
|
@ -657,7 +657,7 @@ IF (POSTGRES_FOUND)
|
|||||||
ENDIF (POSTGRES_FOUND)
|
ENDIF (POSTGRES_FOUND)
|
||||||
|
|
||||||
IF(MSVC)
|
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)
|
ENDIF(MSVC)
|
||||||
|
|
||||||
INSTALL(TARGETS qgis_app
|
INSTALL(TARGETS qgis_app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user