mirror of https://github.com/KLayout/klayout.git
Updated build.bat script with new Qt module selection options
This commit is contained in:
parent
6627ecf6b2
commit
fe692d99e5
|
|
@ -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%" ^
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue