This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
klayout
mirror of
https://github.com/KLayout/klayout.git
Watch
1
Star
0
Fork
You've already forked klayout
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7748433669
klayout
/
src
/
pymod
/
__init__.py.qtless
5 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Enabled minimum build configuration Minimum build configuration is without Qt, Ruby, curl and expat. Only Python is required. This commit also provides a functional (through polling) Qt-less HTTP implementation through libcurl if enabled.
2018-07-15 18:54:29 +02:00
# klayout library definition file
Modifications to enable building of Qt-less canvas in setup.py
2022-05-12 01:53:16 +02:00
__all__ = [ "tl", "db", "lib", "rdb", "lay" ]
Enabled minimum build configuration Minimum build configuration is without Qt, Ruby, curl and expat. Only Python is required. This commit also provides a functional (through polling) Qt-less HTTP implementation through libcurl if enabled.
2018-07-15 18:54:29 +02:00