From 27dd62ea27429dd47cf8f18fbaebfbecf417d6a1 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Thu, 29 Oct 2020 15:27:47 +0300 Subject: [PATCH] Deploy: Fix qt-build.bat for Qt 6.0 --- deploy/qt-build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/qt-build.bat b/deploy/qt-build.bat index deec3933..a5077537 100644 --- a/deploy/qt-build.bat +++ b/deploy/qt-build.bat @@ -10,7 +10,7 @@ md %TARGET_PATH% cd %TARGET_PATH% -../../../qt/configure -release -optimize-size -opensource -confirm-license -no-opengl ^ +../../../qt/configure -release -optimize-size -qmake -opensource -confirm-license -no-opengl ^ -nomake examples -nomake tests -nomake tools -mp -ltcg ^ -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtcanvas3d ^ -skip qtcharts -skip qtconnectivity -skip qtdatavis3d ^