Browse Source

Fix cmake build broken by #6724.

PR #6724 deletes two source files, let's delete them from
CMakeLists.txt.
adaptive-webui-19844
Eugene Shalygin 7 years ago
parent
commit
71ce193f5a
  1. 2
      src/base/CMakeLists.txt

2
src/base/CMakeLists.txt

@ -68,7 +68,6 @@ unicodestrings.h
) )
set(QBT_BASE_SOURCES set(QBT_BASE_SOURCES
bittorrent/cachestatus.cpp
bittorrent/infohash.cpp bittorrent/infohash.cpp
bittorrent/magneturi.cpp bittorrent/magneturi.cpp
bittorrent/peerinfo.cpp bittorrent/peerinfo.cpp
@ -78,7 +77,6 @@ bittorrent/private/resumedatasavingmanager.cpp
bittorrent/private/speedmonitor.cpp bittorrent/private/speedmonitor.cpp
bittorrent/private/statistics.cpp bittorrent/private/statistics.cpp
bittorrent/session.cpp bittorrent/session.cpp
bittorrent/sessionstatus.cpp
bittorrent/torrentcreatorthread.cpp bittorrent/torrentcreatorthread.cpp
bittorrent/torrenthandle.cpp bittorrent/torrenthandle.cpp
bittorrent/torrentinfo.cpp bittorrent/torrentinfo.cpp

Loading…
Cancel
Save