@echo offfor %%C in (cl.exe icl.exe g++.exe perl.exe) do set %%C=%%~$PATH:Cif "%perl.exe%" == "" ( echo Perl not found in PATH. Aborting. >&2 exit /b 1) else ( echo %perl.exe%)
if not exist %QTSRC%\.gitignore goto sconf
if "%perl.exe%" == "" ( echo Perl not found in PATH. Aborting. >&2 exit /b 1)if not exist mkspecs ( md mkspecs if errorlevel 1 goto exit)perl %QTSRC%bin\syncqt.pl -minimal -module QtCore -outdir %QTDIR% %QTSRC%
cd qtwebkit\ && ( if not exist Makefile D:\Qt\5.3.2\5.3static\src\qtbase\bin\qmake D:\Qt\5.3.2\5.3static\src\qtwebkit\WebKit.pro -o Makefile ) && mingw32-make -f Makefile Info: creating cache file D:\Qt\5.3.2\5.3static\src\qtwebkit\.qmake.cache"perl" не является внутренней или внешнейкомандой, исполняемой программой или пакетным файлом.<...>The WebKit build was disabled for the following reasons: * ICU is required. To build QtWebKit with Qt 5 you need to build Qt 5 with libICU support. Check for ICU support being mentioned in qtbase/config.summary. * QtWebKit cannot be built as a static library on this platform. Check your configuration in qtbase/config.summary. * Missing gperf from PATH * Missing perl from PATH * Missing bison from PATH * Missing ruby from PATH * Missing flex from PATH
cmd /c "configure.bat -static -release -platform win32-g++ -prefix %QtDir% -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -opengl desktop -qt-sql-sqlite -no-openssl -opensource -confirm-license -make libs -nomake tools -nomake examples -nomake tests" > %QtDir%\conf.log 2>&1