diff options
Diffstat (limited to 'packaging/windows')
-rwxr-xr-x | packaging/windows/mxe-based-build.sh | 1 | ||||
-rw-r--r-- | packaging/windows/smtk-import.nsi.in | 2 | ||||
-rw-r--r-- | packaging/windows/subsurface.nsi.in | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh index f78c3d0d8..f57af68b5 100755 --- a/packaging/windows/mxe-based-build.sh +++ b/packaging/windows/mxe-based-build.sh @@ -44,7 +44,6 @@ # Something like this: # # ~/src/mxe <- MXE git with Qt5, automake (see above) -# /grantlee <- Grantlee 5.0.0 sources from git # /subsurface <- current subsurface git # /googlemaps <- Google Maps plugin for QtLocation from git # /hidapi <- HIDAPI library for libdivecomputer diff --git a/packaging/windows/smtk-import.nsi.in b/packaging/windows/smtk-import.nsi.in index 109b6647c..eaa835670 100644 --- a/packaging/windows/smtk-import.nsi.in +++ b/packaging/windows/smtk-import.nsi.in @@ -154,7 +154,6 @@ Section # File /r Documentation # File /r translations # File /r printing_templates -# File /r grantlee File *.dll File subsurface.ico File qt.conf @@ -206,7 +205,6 @@ Section "Uninstall" RMDir /r "$INSTDIR\plugins" # RMDir /r "$INSTDIR\Documentation" # RMDir /r "$INSTDIR\printing_templates" -# RMDir /r "$INSTDIR\grantlee" RMDir "$INSTDIR" # Remove shortcuts diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index d9fb92ba6..c13abdae8 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -154,7 +154,6 @@ Section File /r Documentation File /r translations File /r printing_templates - File /r grantlee File *.dll File subsurface.ico File qt.conf @@ -207,7 +206,6 @@ Section "Uninstall" RMDir /r "$INSTDIR\qml" RMDir /r "$INSTDIR\Documentation" RMDir /r "$INSTDIR\printing_templates" - RMDir /r "$INSTDIR\grantlee" RMDir "$INSTDIR" # Remove shortcuts |