Fix cmake build broken by #6724.

PR #6724 deletes two source files, let's delete them from
CMakeLists.txt.
This commit is contained in:
Eugene Shalygin 2017-05-16 18:52:19 +02:00
parent 32551b8e6c
commit 71ce193f5a

View file

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