File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ Section "Quantum GIS Application" SEC01
110
110
File /r " C:\dev\cpp\qgis\qgis-release\share"
111
111
File /r " C:\dev\cpp\qgis\qgis-release\nad"
112
112
File /r " C:\dev\cpp\qgis\qgis-release\msys"
113
+ ; qt plugins
114
+ File /r " C:\dev\cpp\qgis\qgis-release\plugins"
113
115
114
116
; Shortcuts
115
117
; Next line is important - added by Tim
@@ -141,18 +143,22 @@ Section "Sample Data - Spearfish (GRASS)" SEC02
141
143
142
144
143
145
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
145
153
SetOutPath " $INSTDIR\SampleData\Alaska\"
146
154
NSISdl::download http://qgis.org/uploadfiles/qgis_sample_data.zip alaska.zip
147
155
!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
-
151
156
; Shortcuts
152
157
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
153
158
!insertmacro MUI_STARTMENU_WRITE_END
154
159
SectionEnd
155
160
161
+
156
162
Section -AdditionalIcons
157
163
SetOutPath $INSTDIR
158
164
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
You can’t perform that action at this time.
0 commit comments