Skip to content

Commit f2320de

Browse files
author
jef
committed
add pyuic4 lookup for osgeo4w
git-svn-id: http://svn.osgeo.org/qgis/trunk@11408 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 013bbd2 commit f2320de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ms-windows/osgeo4w/package.cmd

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ set LIB_DIR=%O4W_ROOT%
1515

1616
set FLEX=%PROGRAMFILES%\GnuWin32\bin\flex.exe
1717
set BISON=%PROGRAMFILES%\GnuWin32\bin\bison.exe
18+
set PYUIC4=%O4W_ROOT%/bin/pyuic4.bat
1819

1920
set VERSION=%1
2021
set PACKAGE=%2
@@ -77,6 +78,7 @@ cmake -G "Visual Studio 9 2008" ^
7778
-D CMAKE_BUILDCONFIGURATION_TYPES=%BUILDCONF% ^
7879
-D FLEX_EXECUTABLE=%FLEX% ^
7980
-D BISON_EXECUTABLE=%BISON% ^
81+
-D PYUIC4_PROGRAM=%PYUIC4% ^
8082
-D GDAL_INCLUDE_DIR=%O4W_ROOT%/apps/gdal-16/include ^
8183
-D GDAL_LIBRARY=%O4W_ROOT%/apps/gdal-16/lib/gdal_i.lib ^
8284
-D PYTHON_EXECUTABLE=%O4W_ROOT%/bin/python.exe ^

0 commit comments

Comments
 (0)