summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoenig, Joerg <Joerg.Koenig@techsat.com>2019-10-29 08:33:28 (GMT)
committerKoenig, Joerg <Joerg.Koenig@techsat.com>2019-10-29 08:33:28 (GMT)
commitec883d531143b8de15f527ff770c4f198c6bf723 (patch)
tree3b3f85820f8cd2452144d3c390ff9cbaa168906a
parent2f1bcbe7032657f5eede3c12e08002c729883f1e (diff)
downloadQt-ec883d531143b8de15f527ff770c4f198c6bf723.zip
Qt-ec883d531143b8de15f527ff770c4f198c6bf723.tar.gz
Qt-ec883d531143b8de15f527ff770c4f198c6bf723.tar.bz2
Switched windows opengl to es2
Change-Id: I05486bd1853d28212954bdb77de336820c9f5314
-rw-r--r--Makefile.mingw642
-rw-r--r--buildqt64.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.mingw64 b/Makefile.mingw64
index bbd0280..aea36c7 100644
--- a/Makefile.mingw64
+++ b/Makefile.mingw64
@@ -80,7 +80,7 @@ qt.$(ARCH):
-qt-libpng \
-qt-pcre \
-qt-freetype \
- -opengl desktop \
+ -opengl es2 \
-openssl \
-I$(QT_INST_PATH)/include \
-L$(QT_INST_PATH)/lib \
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%