Skip to content

Commit

Permalink
Add qt plugins to the setup file
Browse files Browse the repository at this point in the history
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
  • Loading branch information
timlinux committed Feb 21, 2007
1 parent 0b40769 commit 6a1cee8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions win_build/qgis.nsi
Expand Up @@ -110,6 +110,8 @@ Section "Quantum GIS Application" SEC01
File /r "C:\dev\cpp\qgis\qgis-release\share"
File /r "C:\dev\cpp\qgis\qgis-release\nad"
File /r "C:\dev\cpp\qgis\qgis-release\msys"
;qt plugins
File /r "C:\dev\cpp\qgis\qgis-release\plugins"

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


SectionEnd
Section "Sample Data - Alaska (Non GRASS)" SEC03

Section "Development headers" SEC03
SetOutPath "$INSTDIR\include"
File "C:\dev\cpp\qgis\qgis-release\include\*.h"
SectionEnd

Section "Sample Data - Alaska (Non GRASS)" SEC04
SetOutPath "$INSTDIR\SampleData\Alaska\"
NSISdl::download http://qgis.org/uploadfiles/qgis_sample_data.zip alaska.zip
!insertmacro ZIPDLL_EXTRACT "$INSTDIR\SampleData\Alaska\alaska.zip" "$INSTDIR\SampleData\Alaska" "<ALL>"
; File "C:\dev/cpp/qgis/\qgis-release\SampleData\EnvironmentLayers\2050\A1F\Annual_dev/cpp/qgis/erature_range.asc"


; Shortcuts
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
!insertmacro MUI_STARTMENU_WRITE_END
SectionEnd


Section -AdditionalIcons
SetOutPath $INSTDIR
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
Expand Down

0 comments on commit 6a1cee8

Please sign in to comment.