diff --git a/setup.py b/setup.py index e822272cd..f98eea949 100644 --- a/setup.py +++ b/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")