We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e17f4e + 0b7f5fa commit 730b651Copy full SHA for 730b651
doc/msvc.t2t
@@ -86,8 +86,8 @@ set OSGEO4W_ROOT=C:\OSGeo4W
86
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
87
88
@set GRASS_PREFIX=c:/OSGeo4W/apps/grass/grass-6.4.0
89
-@set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\apps\gdal-17\include;%OSGEO4W_ROOT%\include
90
-@set LIB=%LIB%;%OSGEO4W_ROOT%\apps\gdal-17\lib;%OSGEO4W_ROOT%\lib
+@set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\include
+@set LIB=%LIB%;%OSGEO4W_ROOT%\lib;%OSGEO4W_ROOT%\lib
91
92
@cmd
93
```
ms-windows/quickpackage.sh
@@ -21,4 +21,5 @@ makensis \
21
-DBINARY_REVISION=1 \
22
-DINSTALLER_TYPE=OSGeo4W \
23
-DPACKAGE_FOLDER=osgeo4w/unpacked \
24
+-DSHORTNAME=qgis \
25
QGIS-Installer.nsi
0 commit comments