Skip to content

Commit 6a1cee8

Browse files
author
timlinux
committed
Add qt plugins to the setup file
Add includes to the setup file (in its own section) git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6650 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0b40769 commit 6a1cee8

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

win_build/qgis.nsi

+10-4
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ Section "Quantum GIS Application" SEC01
110110
File /r "C:\dev\cpp\qgis\qgis-release\share"
111111
File /r "C:\dev\cpp\qgis\qgis-release\nad"
112112
File /r "C:\dev\cpp\qgis\qgis-release\msys"
113+
;qt plugins
114+
File /r "C:\dev\cpp\qgis\qgis-release\plugins"
113115

114116
; Shortcuts
115117
; Next line is important - added by Tim
@@ -141,18 +143,22 @@ Section "Sample Data - Spearfish (GRASS)" SEC02
141143

142144

143145
SectionEnd
144-
Section "Sample Data - Alaska (Non GRASS)" SEC03
146+
147+
Section "Development headers" SEC03
148+
SetOutPath "$INSTDIR\include"
149+
File "C:\dev\cpp\qgis\qgis-release\include\*.h"
150+
SectionEnd
151+
152+
Section "Sample Data - Alaska (Non GRASS)" SEC04
145153
SetOutPath "$INSTDIR\SampleData\Alaska\"
146154
NSISdl::download http://qgis.org/uploadfiles/qgis_sample_data.zip alaska.zip
147155
!insertmacro ZIPDLL_EXTRACT "$INSTDIR\SampleData\Alaska\alaska.zip" "$INSTDIR\SampleData\Alaska" "<ALL>"
148-
; File "C:\dev/cpp/qgis/\qgis-release\SampleData\EnvironmentLayers\2050\A1F\Annual_dev/cpp/qgis/erature_range.asc"
149-
150-
151156
; Shortcuts
152157
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
153158
!insertmacro MUI_STARTMENU_WRITE_END
154159
SectionEnd
155160

161+
156162
Section -AdditionalIcons
157163
SetOutPath $INSTDIR
158164
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application

0 commit comments

Comments
 (0)