From bde693ce48b8310e8acd208ef908f1a4ea014148 Mon Sep 17 00:00:00 2001 From: "Koenig, Joerg" Date: Thu, 31 Oct 2019 10:50:58 +0100 Subject: Revert "Revert "Switched windows opengl to es2"" This reverts commit e7e39bc939db3800880ca78d223d682f2bd87ec2. --- buildqt64.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildqt64.bat b/buildqt64.bat index 46ea712..33682b4 100644 --- a/buildqt64.bat +++ b/buildqt64.bat @@ -77,7 +77,7 @@ rename qt-everywhere-src-%QT_FULL_VER% qt-%QT_VERSION% SET PREFIX=%BASEDIR%qt-%QT_VERSION%-%INST_ARCH%\ cd %SRC_DIR% del config.cache -call .\configure -prefix %PREFIX% -mp -static -shared -platform win32-msvc -release -nomake examples -nomake tests -skip qtdoc -skip qtgamepad -skip qtwebengine -ssl -openssl -I%BASEDIR%openssl-%INST_ARCH%\include -L%BASEDIR%openssl-%INST_ARCH%\lib -opensource -qt-zlib -qt-libjpeg -qt-libpng -qt-pcre -qt-freetype -opengl desktop -confirm-license +call .\configure -prefix %PREFIX% -mp -static -shared -platform win32-msvc -release -nomake examples -nomake tests -skip qtdoc -skip qtgamepad -skip qtwebengine -ssl -openssl -I%BASEDIR%openssl-%INST_ARCH%\include -L%BASEDIR%openssl-%INST_ARCH%\lib -opensource -qt-zlib -qt-libjpeg -qt-libpng -qt-pcre -qt-freetype -opengl es2 -confirm-license if %errorlevel% neq 0 exit /b %errorlevel% call nmake if %errorlevel% neq 0 exit /b %errorlevel% -- cgit v0.12