mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Windows installer: include grantlee plugins and printing templates
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7e216bcb0c
commit
8ab7b5ea7f
2 changed files with 5 additions and 0 deletions
|
@ -553,6 +553,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
|||
install(FILES ${CMAKE_SOURCE_DIR}/gpl-2.0.txt ${CMAKE_SOURCE_DIR}/packaging/windows/subsurface.ico DESTINATION ${WINDOWSSTAGING})
|
||||
install(TARGETS ${SUBSURFACE_TARGET} DESTINATION ${WINDOWSSTAGING})
|
||||
install(FILES ${CMAKE_BINARY_DIR}/qt.conf DESTINATION ${WINDOWSSTAGING})
|
||||
install(DIRECTORY ${CMAKE_INSTALL_PREFIX}/lib/grantlee DESTINATION ${WINDOWSSTAGING})
|
||||
if(NOT DEFINED MAKENSIS)
|
||||
set(MAKENSIS makensis)
|
||||
endif()
|
||||
|
|
|
@ -100,6 +100,8 @@ Section
|
|||
File /r plugins
|
||||
File /r Documentation
|
||||
File /r translations
|
||||
File /r printing_templates
|
||||
File /r grantlee
|
||||
File *.dll
|
||||
File subsurface.ico
|
||||
File qt.conf
|
||||
|
@ -150,6 +152,8 @@ Section "Uninstall"
|
|||
RMDir /r "$INSTDIR\oldshare"
|
||||
RMDir /r "$INSTDIR\plugins"
|
||||
RMDir /r "$INSTDIR\Documentation"
|
||||
RMDir /r "$INSTDIR\printing_templates"
|
||||
RMDir /r "$INSTDIR\grantlee"
|
||||
RMDir "$INSTDIR"
|
||||
|
||||
# Remove shortcuts
|
||||
|
|
Loading…
Reference in a new issue