Fixed setup.py after recent update

This commit is contained in:
Matthias Koefferlein 2018-07-15 18:05:10 +00:00
parent 5351922440
commit 106879e344
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")