Updated build.bat script with new Qt module selection options

This commit is contained in:
Matthias Koefferlein 2021-04-14 21:49:12 +02:00
parent 6627ecf6b2
commit fe692d99e5
2 changed files with 8 additions and 1 deletions

View File

@ -247,6 +247,14 @@ if not exist "%option-build%" (
echo on
"%option-qmake%" ^
HAVE_QT5=1 ^
HAVE_QT_UITOOLS=1 ^
HAVE_QT_NETWORK=1 ^
HAVE_QT_SQL=1 ^
HAVE_QT_SVG=1 ^
HAVE_QT_PRINTSUPPORT=1 ^
HAVE_QT_MULTIMEDIA=1 ^
HAVE_QT_DESIGNER=1 ^
HAVE_QT_XML=1 ^
-recursive ^
-spec win32-msvc ^
"CONFIG+=%CONFIG%" ^

View File

@ -80,7 +80,6 @@ plugins.depends += lib rdb db
SUBDIRS += gsiqt
gsiqt.depends += gsi db
laybasic.depends += gsiqt
lay.depends += gsiqt
equals(HAVE_PYTHON, "1") {
pymod.depends += gsiqt