Merge branch 'pymod' of www.klayout.org:/home/matthias/klayout into pymod

This commit is contained in:
Matthias Koefferlein 2018-07-15 21:00:38 +02:00
commit 8c63069697
1 changed files with 1 additions and 0 deletions

View File

@ -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")