Skip to content

Commit

Permalink
add pyuic4 lookup for osgeo4w
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11408 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 17, 2009
1 parent 7fe11fc commit c2e5f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ms-windows/osgeo4w/package.cmd
Expand Up @@ -15,6 +15,7 @@ set LIB_DIR=%O4W_ROOT%

set FLEX=%PROGRAMFILES%\GnuWin32\bin\flex.exe
set BISON=%PROGRAMFILES%\GnuWin32\bin\bison.exe
set PYUIC4=%O4W_ROOT%/bin/pyuic4.bat

set VERSION=%1
set PACKAGE=%2
Expand Down Expand Up @@ -77,6 +78,7 @@ cmake -G "Visual Studio 9 2008" ^
-D CMAKE_BUILDCONFIGURATION_TYPES=%BUILDCONF% ^
-D FLEX_EXECUTABLE=%FLEX% ^
-D BISON_EXECUTABLE=%BISON% ^
-D PYUIC4_PROGRAM=%PYUIC4% ^
-D GDAL_INCLUDE_DIR=%O4W_ROOT%/apps/gdal-16/include ^
-D GDAL_LIBRARY=%O4W_ROOT%/apps/gdal-16/lib/gdal_i.lib ^
-D PYTHON_EXECUTABLE=%O4W_ROOT%/bin/python.exe ^
Expand Down

0 comments on commit c2e5f4c

Please sign in to comment.