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
|
echo on
|
||||||
"%option-qmake%" ^
|
"%option-qmake%" ^
|
||||||
HAVE_QT5=1 ^
|
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 ^
|
-recursive ^
|
||||||
-spec win32-msvc ^
|
-spec win32-msvc ^
|
||||||
"CONFIG+=%CONFIG%" ^
|
"CONFIG+=%CONFIG%" ^
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,6 @@ plugins.depends += lib rdb db
|
||||||
SUBDIRS += gsiqt
|
SUBDIRS += gsiqt
|
||||||
gsiqt.depends += gsi db
|
gsiqt.depends += gsi db
|
||||||
laybasic.depends += gsiqt
|
laybasic.depends += gsiqt
|
||||||
lay.depends += gsiqt
|
|
||||||
|
|
||||||
equals(HAVE_PYTHON, "1") {
|
equals(HAVE_PYTHON, "1") {
|
||||||
pymod.depends += gsiqt
|
pymod.depends += gsiqt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue