From 71ce193f5ad58e841f504539f1cc5257bbecfddf Mon Sep 17 00:00:00 2001 From: Eugene Shalygin Date: Tue, 16 May 2017 18:52:19 +0200 Subject: [PATCH] Fix cmake build broken by #6724. PR #6724 deletes two source files, let's delete them from CMakeLists.txt. --- src/base/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/base/CMakeLists.txt b/src/base/CMakeLists.txt index 76b8de174..f8bf7f7c5 100644 --- a/src/base/CMakeLists.txt +++ b/src/base/CMakeLists.txt @@ -68,7 +68,6 @@ unicodestrings.h ) set(QBT_BASE_SOURCES -bittorrent/cachestatus.cpp bittorrent/infohash.cpp bittorrent/magneturi.cpp bittorrent/peerinfo.cpp @@ -78,7 +77,6 @@ bittorrent/private/resumedatasavingmanager.cpp bittorrent/private/speedmonitor.cpp bittorrent/private/statistics.cpp bittorrent/session.cpp -bittorrent/sessionstatus.cpp bittorrent/torrentcreatorthread.cpp bittorrent/torrenthandle.cpp bittorrent/torrentinfo.cpp