We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4408185 commit 641edcbCopy full SHA for 641edcb
src/plugins/globe/CMakeLists.txt
@@ -69,5 +69,8 @@ INSTALL(TARGETS globeplugin
69
RUNTIME DESTINATION ${QGIS_PLUGIN_DIR}
70
LIBRARY DESTINATION ${QGIS_PLUGIN_DIR})
71
72
+INSTALL (FILES images/world.tif
73
+ DESTINATION ${QGIS_DATA_DIR}/globe)
74
+
75
INSTALL (DIRECTORY data images/gui
76
DESTINATION ${QGIS_DATA_DIR}/globe)
0 commit comments