Browse Source

Merge pull request #6794 from evsh/cmake

Fix cmake build.
adaptive-webui-19844
Eugene Shalygin 8 years ago committed by GitHub
parent
commit
2e4c3b1901
  1. 2
      src/base/CMakeLists.txt

2
src/base/CMakeLists.txt

@ -68,7 +68,6 @@ unicodestrings.h @@ -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 @@ -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

Loading…
Cancel
Save