mirror of https://github.com/KLayout/klayout.git
Fixed setup.py after recent update
This commit is contained in:
parent
5351922440
commit
106879e344
1
setup.py
1
setup.py
|
|
@ -157,6 +157,7 @@ _tl_sources = glob.glob("src/tl/tl/*.cc")
|
|||
|
||||
# Exclude sources which are compatible with Qt only
|
||||
_tl_sources.remove("src/tl/tl/tlHttpStreamQt.cc")
|
||||
_tl_sources.remove("src/tl/tl/tlHttpStreamNoQt.cc")
|
||||
_tl_sources.remove("src/tl/tl/tlFileSystemWatcher.cc")
|
||||
_tl_sources.remove("src/tl/tl/tlDeferredExecutionQt.cc")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue