mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
* fix build on windows * fix grass build on precise (using cmake <2.8.8, ie. without INCLUDE_DIRECTORIES target property) * support desktop & browser shortcut for GRASS 6/7 in OSGeo4W nightly build
16 lines
818 B
Batchfile
16 lines
818 B
Batchfile
for %%g in (@grassversions@) do (
|
|
del "%OSGEO4W_STARTMENU%\QGIS Desktop @version@ with GRASS %%g (Nightly).lnk"
|
|
del "%OSGEO4W_STARTMENU%\QGIS Browser @version@ with GRASS %%g (Nightly).lnk"
|
|
del "%ALLUSERSPROFILE%\Desktop\QGIS Desktop @version@ with GRASS %%g (Nightly).lnk"
|
|
del "%ALLUSERSPROFILE%\Desktop\QGIS Browser @version@ with GRASS %%g (Nightly).lnk"
|
|
del "%OSGEO4W_ROOT%"\bin\@package@-g%%g.bat
|
|
del "%OSGEO4W_ROOT%"\bin\@package@-browser-g%%g.bat
|
|
)
|
|
|
|
del "%OSGEO4W_STARTMENU%\Qt Designer with QGIS @version@ custom widgets (Nightly).lnk"
|
|
del "%ALLUSERSPROFILE%\Desktop\Qt Designer with QGIS @version@ custom widgets (Nightly).lnk"
|
|
|
|
del "%OSGEO4W_ROOT%"\bin\designer-@package@.bat
|
|
del "%OSGEO4W_ROOT%"\apps\@package@\python\qgis\qgisconfig.py
|
|
del "%OSGEO4W_ROOT%"\apps\@package@\bin\qgis.reg
|