|
|
|
@ -2,23 +2,23 @@ HEADERS += \
@@ -2,23 +2,23 @@ HEADERS += \
|
|
|
|
|
$$PWD/algorithm.h \ |
|
|
|
|
$$PWD/asyncfilestorage.h \ |
|
|
|
|
$$PWD/bittorrent/addtorrentparams.h \ |
|
|
|
|
$$PWD/bittorrent/bandwidthscheduler.h \ |
|
|
|
|
$$PWD/bittorrent/cachestatus.h \ |
|
|
|
|
$$PWD/bittorrent/downloadpriority.h \ |
|
|
|
|
$$PWD/bittorrent/filterparserthread.h \ |
|
|
|
|
$$PWD/bittorrent/infohash.h \ |
|
|
|
|
$$PWD/bittorrent/ltunderlyingtype.h \ |
|
|
|
|
$$PWD/bittorrent/magneturi.h \ |
|
|
|
|
$$PWD/bittorrent/nativesessionextension.h \ |
|
|
|
|
$$PWD/bittorrent/nativetorrentextension.h \ |
|
|
|
|
$$PWD/bittorrent/peeraddress.h \ |
|
|
|
|
$$PWD/bittorrent/peerinfo.h \ |
|
|
|
|
$$PWD/bittorrent/private/bandwidthscheduler.h \ |
|
|
|
|
$$PWD/bittorrent/private/filterparserthread.h \ |
|
|
|
|
$$PWD/bittorrent/private/ltunderlyingtype.h \ |
|
|
|
|
$$PWD/bittorrent/private/nativesessionextension.h \ |
|
|
|
|
$$PWD/bittorrent/private/nativetorrentextension.h \ |
|
|
|
|
$$PWD/bittorrent/private/portforwarderimpl.h \ |
|
|
|
|
$$PWD/bittorrent/private/resumedatasavingmanager.h \ |
|
|
|
|
$$PWD/bittorrent/private/speedmonitor.h \ |
|
|
|
|
$$PWD/bittorrent/private/statistics.h \ |
|
|
|
|
$$PWD/bittorrent/portforwarderimpl.h \ |
|
|
|
|
$$PWD/bittorrent/resumedatasavingmanager.h \ |
|
|
|
|
$$PWD/bittorrent/session.h \ |
|
|
|
|
$$PWD/bittorrent/sessionstatus.h \ |
|
|
|
|
$$PWD/bittorrent/speedmonitor.h \ |
|
|
|
|
$$PWD/bittorrent/statistics.h \ |
|
|
|
|
$$PWD/bittorrent/torrentcreatorthread.h \ |
|
|
|
|
$$PWD/bittorrent/torrenthandle.h \ |
|
|
|
|
$$PWD/bittorrent/torrenthandleimpl.h \ |
|
|
|
@ -40,28 +40,28 @@ HEADERS += \
@@ -40,28 +40,28 @@ HEADERS += \
|
|
|
|
|
$$PWD/indexrange.h \ |
|
|
|
|
$$PWD/logger.h \ |
|
|
|
|
$$PWD/net/dnsupdater.h \ |
|
|
|
|
$$PWD/net/downloadhandlerimpl.h \ |
|
|
|
|
$$PWD/net/downloadmanager.h \ |
|
|
|
|
$$PWD/net/geoipdatabase.h \ |
|
|
|
|
$$PWD/net/geoipmanager.h \ |
|
|
|
|
$$PWD/net/portforwarder.h \ |
|
|
|
|
$$PWD/net/private/downloadhandlerimpl.h \ |
|
|
|
|
$$PWD/net/private/geoipdatabase.h \ |
|
|
|
|
$$PWD/net/proxyconfigurationmanager.h \ |
|
|
|
|
$$PWD/net/reverseresolution.h \ |
|
|
|
|
$$PWD/net/smtp.h \ |
|
|
|
|
$$PWD/preferences.h \ |
|
|
|
|
$$PWD/private/profile_p.h \ |
|
|
|
|
$$PWD/profile.h \ |
|
|
|
|
$$PWD/rss/private/rss_parser.h \ |
|
|
|
|
$$PWD/profile_p.h \ |
|
|
|
|
$$PWD/rss/rss_article.h \ |
|
|
|
|
$$PWD/rss/rss_autodownloader.h \ |
|
|
|
|
$$PWD/rss/rss_autodownloadrule.h \ |
|
|
|
|
$$PWD/rss/rss_feed.h \ |
|
|
|
|
$$PWD/rss/rss_folder.h \ |
|
|
|
|
$$PWD/rss/rss_item.h \ |
|
|
|
|
$$PWD/rss/rss_parser.h \ |
|
|
|
|
$$PWD/rss/rss_session.h \ |
|
|
|
|
$$PWD/scanfoldersmodel.h \ |
|
|
|
|
$$PWD/search/searchhandler.h \ |
|
|
|
|
$$PWD/search/searchdownloadhandler.h \ |
|
|
|
|
$$PWD/search/searchhandler.h \ |
|
|
|
|
$$PWD/search/searchpluginmanager.h \ |
|
|
|
|
$$PWD/settingsstorage.h \ |
|
|
|
|
$$PWD/settingvalue.h \ |
|
|
|
@ -84,20 +84,20 @@ HEADERS += \
@@ -84,20 +84,20 @@ HEADERS += \
|
|
|
|
|
|
|
|
|
|
SOURCES += \ |
|
|
|
|
$$PWD/asyncfilestorage.cpp \ |
|
|
|
|
$$PWD/bittorrent/bandwidthscheduler.cpp \ |
|
|
|
|
$$PWD/bittorrent/downloadpriority.cpp \ |
|
|
|
|
$$PWD/bittorrent/filterparserthread.cpp \ |
|
|
|
|
$$PWD/bittorrent/infohash.cpp \ |
|
|
|
|
$$PWD/bittorrent/magneturi.cpp \ |
|
|
|
|
$$PWD/bittorrent/nativesessionextension.cpp \ |
|
|
|
|
$$PWD/bittorrent/nativetorrentextension.cpp \ |
|
|
|
|
$$PWD/bittorrent/peeraddress.cpp \ |
|
|
|
|
$$PWD/bittorrent/peerinfo.cpp \ |
|
|
|
|
$$PWD/bittorrent/private/bandwidthscheduler.cpp \ |
|
|
|
|
$$PWD/bittorrent/private/filterparserthread.cpp \ |
|
|
|
|
$$PWD/bittorrent/private/nativesessionextension.cpp \ |
|
|
|
|
$$PWD/bittorrent/private/nativetorrentextension.cpp \ |
|
|
|
|
$$PWD/bittorrent/private/portforwarderimpl.cpp \ |
|
|
|
|
$$PWD/bittorrent/private/resumedatasavingmanager.cpp \ |
|
|
|
|
$$PWD/bittorrent/private/speedmonitor.cpp \ |
|
|
|
|
$$PWD/bittorrent/private/statistics.cpp \ |
|
|
|
|
$$PWD/bittorrent/portforwarderimpl.cpp \ |
|
|
|
|
$$PWD/bittorrent/resumedatasavingmanager.cpp \ |
|
|
|
|
$$PWD/bittorrent/session.cpp \ |
|
|
|
|
$$PWD/bittorrent/speedmonitor.cpp \ |
|
|
|
|
$$PWD/bittorrent/statistics.cpp \ |
|
|
|
|
$$PWD/bittorrent/torrentcreatorthread.cpp \ |
|
|
|
|
$$PWD/bittorrent/torrenthandle.cpp \ |
|
|
|
|
$$PWD/bittorrent/torrenthandleimpl.cpp \ |
|
|
|
@ -115,24 +115,24 @@ SOURCES += \
@@ -115,24 +115,24 @@ SOURCES += \
|
|
|
|
|
$$PWD/iconprovider.cpp \ |
|
|
|
|
$$PWD/logger.cpp \ |
|
|
|
|
$$PWD/net/dnsupdater.cpp \ |
|
|
|
|
$$PWD/net/downloadhandlerimpl.cpp \ |
|
|
|
|
$$PWD/net/downloadmanager.cpp \ |
|
|
|
|
$$PWD/net/geoipdatabase.cpp \ |
|
|
|
|
$$PWD/net/geoipmanager.cpp \ |
|
|
|
|
$$PWD/net/portforwarder.cpp \ |
|
|
|
|
$$PWD/net/private/downloadhandlerimpl.cpp \ |
|
|
|
|
$$PWD/net/private/geoipdatabase.cpp \ |
|
|
|
|
$$PWD/net/proxyconfigurationmanager.cpp \ |
|
|
|
|
$$PWD/net/reverseresolution.cpp \ |
|
|
|
|
$$PWD/net/smtp.cpp \ |
|
|
|
|
$$PWD/preferences.cpp \ |
|
|
|
|
$$PWD/private/profile_p.cpp \ |
|
|
|
|
$$PWD/profile.cpp \ |
|
|
|
|
$$PWD/rss/private/rss_parser.cpp \ |
|
|
|
|
$$PWD/profile_p.cpp \ |
|
|
|
|
$$PWD/rss/rss_article.cpp \ |
|
|
|
|
$$PWD/rss/rss_autodownloader.cpp \ |
|
|
|
|
$$PWD/rss/rss_autodownloadrule.cpp \ |
|
|
|
|
$$PWD/rss/rss_feed.cpp \ |
|
|
|
|
$$PWD/rss/rss_folder.cpp \ |
|
|
|
|
$$PWD/rss/rss_item.cpp \ |
|
|
|
|
$$PWD/rss/rss_parser.cpp \ |
|
|
|
|
$$PWD/rss/rss_session.cpp \ |
|
|
|
|
$$PWD/scanfoldersmodel.cpp \ |
|
|
|
|
$$PWD/search/searchdownloadhandler.cpp \ |
|
|
|
|