Mike Tzou
7 years ago
committed by
GitHub
5 changed files with 217 additions and 214 deletions
@ -1,124 +1,124 @@
@@ -1,124 +1,124 @@
|
||||
HEADERS += \ |
||||
$$PWD/asyncfilestorage.h \ |
||||
$$PWD/types.h \ |
||||
$$PWD/tristatebool.h \ |
||||
$$PWD/bittorrent/addtorrentparams.h \ |
||||
$$PWD/bittorrent/cachestatus.h \ |
||||
$$PWD/bittorrent/infohash.h \ |
||||
$$PWD/bittorrent/magneturi.h \ |
||||
$$PWD/bittorrent/peerinfo.h \ |
||||
$$PWD/bittorrent/private/bandwidthscheduler.h \ |
||||
$$PWD/bittorrent/private/filterparserthread.h \ |
||||
$$PWD/bittorrent/private/resumedatasavingmanager.h \ |
||||
$$PWD/bittorrent/private/speedmonitor.h \ |
||||
$$PWD/bittorrent/private/statistics.h \ |
||||
$$PWD/bittorrent/session.h \ |
||||
$$PWD/bittorrent/sessionstatus.h \ |
||||
$$PWD/bittorrent/torrentcreatorthread.h \ |
||||
$$PWD/bittorrent/torrenthandle.h \ |
||||
$$PWD/bittorrent/torrentinfo.h \ |
||||
$$PWD/bittorrent/tracker.h \ |
||||
$$PWD/bittorrent/trackerentry.h \ |
||||
$$PWD/filesystemwatcher.h \ |
||||
$$PWD/logger.h \ |
||||
$$PWD/settingsstorage.h \ |
||||
$$PWD/settingvalue.h \ |
||||
$$PWD/preferences.h \ |
||||
$$PWD/indexrange.h \ |
||||
$$PWD/iconprovider.h \ |
||||
$$PWD/http/irequesthandler.h \ |
||||
$$PWD/global.h \ |
||||
$$PWD/http/connection.h \ |
||||
$$PWD/http/irequesthandler.h \ |
||||
$$PWD/http/requestparser.h \ |
||||
$$PWD/http/responsebuilder.h \ |
||||
$$PWD/http/responsegenerator.h \ |
||||
$$PWD/http/server.h \ |
||||
$$PWD/http/types.h \ |
||||
$$PWD/http/responsebuilder.h \ |
||||
$$PWD/iconprovider.h \ |
||||
$$PWD/indexrange.h \ |
||||
$$PWD/logger.h \ |
||||
$$PWD/net/dnsupdater.h \ |
||||
$$PWD/net/downloadmanager.h \ |
||||
$$PWD/net/downloadhandler.h \ |
||||
$$PWD/net/downloadmanager.h \ |
||||
$$PWD/net/geoipmanager.h \ |
||||
$$PWD/net/portforwarder.h \ |
||||
$$PWD/net/private/geoipdatabase.h \ |
||||
$$PWD/net/proxyconfigurationmanager.h \ |
||||
$$PWD/net/reverseresolution.h \ |
||||
$$PWD/net/smtp.h \ |
||||
$$PWD/net/private/geoipdatabase.h \ |
||||
$$PWD/bittorrent/addtorrentparams.h \ |
||||
$$PWD/bittorrent/infohash.h \ |
||||
$$PWD/bittorrent/session.h \ |
||||
$$PWD/bittorrent/sessionstatus.h \ |
||||
$$PWD/bittorrent/cachestatus.h \ |
||||
$$PWD/bittorrent/magneturi.h \ |
||||
$$PWD/bittorrent/torrentinfo.h \ |
||||
$$PWD/bittorrent/torrenthandle.h \ |
||||
$$PWD/bittorrent/peerinfo.h \ |
||||
$$PWD/bittorrent/trackerentry.h \ |
||||
$$PWD/bittorrent/tracker.h \ |
||||
$$PWD/bittorrent/torrentcreatorthread.h \ |
||||
$$PWD/bittorrent/private/speedmonitor.h \ |
||||
$$PWD/bittorrent/private/bandwidthscheduler.h \ |
||||
$$PWD/bittorrent/private/filterparserthread.h \ |
||||
$$PWD/bittorrent/private/statistics.h \ |
||||
$$PWD/bittorrent/private/resumedatasavingmanager.h \ |
||||
$$PWD/preferences.h \ |
||||
$$PWD/private/profile_p.h \ |
||||
$$PWD/profile.h \ |
||||
$$PWD/rss/private/rss_parser.h \ |
||||
$$PWD/rss/rss_article.h \ |
||||
$$PWD/rss/rss_item.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_session.h \ |
||||
$$PWD/rss/rss_autodownloader.h \ |
||||
$$PWD/rss/rss_autodownloadrule.h \ |
||||
$$PWD/rss/private/rss_parser.h \ |
||||
$$PWD/scanfoldersmodel.h \ |
||||
$$PWD/searchengine.h \ |
||||
$$PWD/settingsstorage.h \ |
||||
$$PWD/settingvalue.h \ |
||||
$$PWD/torrentfileguard.h \ |
||||
$$PWD/torrentfilter.h \ |
||||
$$PWD/tristatebool.h \ |
||||
$$PWD/types.h \ |
||||
$$PWD/unicodestrings.h \ |
||||
$$PWD/utils/fs.h \ |
||||
$$PWD/utils/gzip.h \ |
||||
$$PWD/utils/misc.h \ |
||||
$$PWD/utils/net.h \ |
||||
$$PWD/utils/random.h \ |
||||
$$PWD/utils/string.h \ |
||||
$$PWD/utils/version.h \ |
||||
$$PWD/profile.h \ |
||||
$$PWD/private/profile_p.h \ |
||||
$$PWD/unicodestrings.h \ |
||||
$$PWD/torrentfileguard.h \ |
||||
$$PWD/torrentfilter.h \ |
||||
$$PWD/scanfoldersmodel.h \ |
||||
$$PWD/searchengine.h \ |
||||
$$PWD/global.h |
||||
$$PWD/utils/version.h |
||||
|
||||
SOURCES += \ |
||||
$$PWD/asyncfilestorage.cpp \ |
||||
$$PWD/tristatebool.cpp \ |
||||
$$PWD/bittorrent/infohash.cpp \ |
||||
$$PWD/bittorrent/magneturi.cpp \ |
||||
$$PWD/bittorrent/peerinfo.cpp \ |
||||
$$PWD/bittorrent/private/bandwidthscheduler.cpp \ |
||||
$$PWD/bittorrent/private/filterparserthread.cpp \ |
||||
$$PWD/bittorrent/private/resumedatasavingmanager.cpp \ |
||||
$$PWD/bittorrent/private/speedmonitor.cpp \ |
||||
$$PWD/bittorrent/private/statistics.cpp \ |
||||
$$PWD/bittorrent/session.cpp \ |
||||
$$PWD/bittorrent/torrentcreatorthread.cpp \ |
||||
$$PWD/bittorrent/torrenthandle.cpp \ |
||||
$$PWD/bittorrent/torrentinfo.cpp \ |
||||
$$PWD/bittorrent/tracker.cpp \ |
||||
$$PWD/bittorrent/trackerentry.cpp \ |
||||
$$PWD/filesystemwatcher.cpp \ |
||||
$$PWD/logger.cpp \ |
||||
$$PWD/settingsstorage.cpp \ |
||||
$$PWD/preferences.cpp \ |
||||
$$PWD/iconprovider.cpp \ |
||||
$$PWD/http/connection.cpp \ |
||||
$$PWD/http/requestparser.cpp \ |
||||
$$PWD/http/responsebuilder.cpp \ |
||||
$$PWD/http/responsegenerator.cpp \ |
||||
$$PWD/http/server.cpp \ |
||||
$$PWD/http/responsebuilder.cpp \ |
||||
$$PWD/iconprovider.cpp \ |
||||
$$PWD/logger.cpp \ |
||||
$$PWD/net/dnsupdater.cpp \ |
||||
$$PWD/net/downloadmanager.cpp \ |
||||
$$PWD/net/downloadhandler.cpp \ |
||||
$$PWD/net/downloadmanager.cpp \ |
||||
$$PWD/net/geoipmanager.cpp \ |
||||
$$PWD/net/portforwarder.cpp \ |
||||
$$PWD/net/private/geoipdatabase.cpp \ |
||||
$$PWD/net/proxyconfigurationmanager.cpp \ |
||||
$$PWD/net/reverseresolution.cpp \ |
||||
$$PWD/net/smtp.cpp \ |
||||
$$PWD/net/private/geoipdatabase.cpp \ |
||||
$$PWD/bittorrent/infohash.cpp \ |
||||
$$PWD/bittorrent/session.cpp \ |
||||
$$PWD/bittorrent/magneturi.cpp \ |
||||
$$PWD/bittorrent/torrentinfo.cpp \ |
||||
$$PWD/bittorrent/torrenthandle.cpp \ |
||||
$$PWD/bittorrent/peerinfo.cpp \ |
||||
$$PWD/bittorrent/trackerentry.cpp \ |
||||
$$PWD/bittorrent/tracker.cpp \ |
||||
$$PWD/bittorrent/torrentcreatorthread.cpp \ |
||||
$$PWD/bittorrent/private/speedmonitor.cpp \ |
||||
$$PWD/bittorrent/private/bandwidthscheduler.cpp \ |
||||
$$PWD/bittorrent/private/filterparserthread.cpp \ |
||||
$$PWD/bittorrent/private/statistics.cpp \ |
||||
$$PWD/bittorrent/private/resumedatasavingmanager.cpp \ |
||||
$$PWD/preferences.cpp \ |
||||
$$PWD/private/profile_p.cpp \ |
||||
$$PWD/profile.cpp \ |
||||
$$PWD/rss/private/rss_parser.cpp \ |
||||
$$PWD/rss/rss_article.cpp \ |
||||
$$PWD/rss/rss_item.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_session.cpp \ |
||||
$$PWD/rss/rss_autodownloader.cpp \ |
||||
$$PWD/rss/rss_autodownloadrule.cpp \ |
||||
$$PWD/rss/private/rss_parser.cpp \ |
||||
$$PWD/scanfoldersmodel.cpp \ |
||||
$$PWD/searchengine.cpp \ |
||||
$$PWD/settingsstorage.cpp \ |
||||
$$PWD/torrentfileguard.cpp \ |
||||
$$PWD/torrentfilter.cpp \ |
||||
$$PWD/tristatebool.cpp \ |
||||
$$PWD/utils/fs.cpp \ |
||||
$$PWD/utils/gzip.cpp \ |
||||
$$PWD/utils/misc.cpp \ |
||||
$$PWD/utils/net.cpp \ |
||||
$$PWD/utils/random.cpp \ |
||||
$$PWD/utils/string.cpp \ |
||||
$$PWD/profile.cpp \ |
||||
$$PWD/private/profile_p.cpp \ |
||||
$$PWD/torrentfileguard.cpp \ |
||||
$$PWD/torrentfilter.cpp \ |
||||
$$PWD/scanfoldersmodel.cpp \ |
||||
$$PWD/searchengine.cpp |
||||
$$PWD/utils/string.cpp |
||||
|
@ -1,33 +1,36 @@
@@ -1,33 +1,36 @@
|
||||
INCLUDEPATH += $$PWD |
||||
|
||||
FORMS += $$PWD/propertieswidget.ui \ |
||||
$$PWD/trackersadditiondlg.ui \ |
||||
$$PWD/peersadditiondlg.ui |
||||
FORMS += \ |
||||
$$PWD/peersadditiondlg.ui \ |
||||
$$PWD/propertieswidget.ui \ |
||||
$$PWD/trackersadditiondlg.ui |
||||
|
||||
HEADERS += $$PWD/propertieswidget.h \ |
||||
$$PWD/peerlistwidget.h \ |
||||
$$PWD/proplistdelegate.h \ |
||||
$$PWD/trackerlist.h \ |
||||
$$PWD/downloadedpiecesbar.h \ |
||||
$$PWD/peerlistdelegate.h \ |
||||
$$PWD/peerlistsortmodel.h \ |
||||
$$PWD/peersadditiondlg.h \ |
||||
$$PWD/trackersadditiondlg.h \ |
||||
$$PWD/pieceavailabilitybar.h \ |
||||
$$PWD/proptabbar.h \ |
||||
$$PWD/speedwidget.h \ |
||||
$$PWD/speedplotview.h \ |
||||
$$PWD/piecesbar.h |
||||
HEADERS += \ |
||||
$$PWD/downloadedpiecesbar.h \ |
||||
$$PWD/peerlistdelegate.h \ |
||||
$$PWD/peerlistsortmodel.h \ |
||||
$$PWD/peerlistwidget.h \ |
||||
$$PWD/peersadditiondlg.h \ |
||||
$$PWD/pieceavailabilitybar.h \ |
||||
$$PWD/piecesbar.h \ |
||||
$$PWD/propertieswidget.h \ |
||||
$$PWD/proplistdelegate.h \ |
||||
$$PWD/proptabbar.h \ |
||||
$$PWD/speedplotview.h \ |
||||
$$PWD/speedwidget.h \ |
||||
$$PWD/trackerlist.h \ |
||||
$$PWD/trackersadditiondlg.h |
||||
|
||||
SOURCES += $$PWD/propertieswidget.cpp \ |
||||
$$PWD/proplistdelegate.cpp \ |
||||
$$PWD/peerlistwidget.cpp \ |
||||
$$PWD/trackerlist.cpp \ |
||||
$$PWD/peersadditiondlg.cpp \ |
||||
$$PWD/downloadedpiecesbar.cpp \ |
||||
$$PWD/trackersadditiondlg.cpp \ |
||||
$$PWD/pieceavailabilitybar.cpp \ |
||||
$$PWD/proptabbar.cpp \ |
||||
$$PWD/speedwidget.cpp \ |
||||
$$PWD/speedplotview.cpp \ |
||||
$$PWD/piecesbar.cpp |
||||
SOURCES += \ |
||||
$$PWD/downloadedpiecesbar.cpp \ |
||||
$$PWD/peerlistwidget.cpp \ |
||||
$$PWD/peersadditiondlg.cpp \ |
||||
$$PWD/pieceavailabilitybar.cpp \ |
||||
$$PWD/piecesbar.cpp \ |
||||
$$PWD/propertieswidget.cpp \ |
||||
$$PWD/proplistdelegate.cpp \ |
||||
$$PWD/proptabbar.cpp \ |
||||
$$PWD/speedplotview.cpp \ |
||||
$$PWD/speedwidget.cpp \ |
||||
$$PWD/trackerlist.cpp \ |
||||
$$PWD/trackersadditiondlg.cpp |
||||
|
@ -1,18 +1,18 @@
@@ -1,18 +1,18 @@
|
||||
HEADERS += \ |
||||
$$PWD/webui.h \ |
||||
$$PWD/abstractwebapplication.h \ |
||||
$$PWD/btjson.h \ |
||||
$$PWD/prefjson.h \ |
||||
$$PWD/jsonutils.h \ |
||||
$$PWD/extra_translations.h \ |
||||
$$PWD/jsonutils.h \ |
||||
$$PWD/prefjson.h \ |
||||
$$PWD/webapplication.h \ |
||||
$$PWD/websessiondata.h \ |
||||
$$PWD/abstractwebapplication.h |
||||
$$PWD/webui.h |
||||
|
||||
SOURCES += \ |
||||
$$PWD/webui.cpp \ |
||||
$$PWD/abstractwebapplication.cpp \ |
||||
$$PWD/btjson.cpp \ |
||||
$$PWD/prefjson.cpp \ |
||||
$$PWD/webapplication.cpp \ |
||||
$$PWD/abstractwebapplication.cpp |
||||
$$PWD/webui.cpp |
||||
|
||||
RESOURCES += $$PWD/webui.qrc |
||||
|
Loading…
Reference in new issue