Sync Changelog entries between branches
[qBittorrent.git] / src / base / base.pri
blob57af3dbd6f21850f5d3a377c6d0f5e8eed588e7e
1 HEADERS += \
2     $$PWD/3rdparty/expected.hpp \
3     $$PWD/algorithm.h \
4     $$PWD/asyncfilestorage.h \
5     $$PWD/bittorrent/abstractfilestorage.h \
6     $$PWD/bittorrent/addtorrentparams.h \
7     $$PWD/bittorrent/bandwidthscheduler.h \
8     $$PWD/bittorrent/bencoderesumedatastorage.h \
9     $$PWD/bittorrent/cachestatus.h \
10     $$PWD/bittorrent/common.h \
11     $$PWD/bittorrent/customstorage.h \
12     $$PWD/bittorrent/downloadpriority.h \
13     $$PWD/bittorrent/dbresumedatastorage.h \
14     $$PWD/bittorrent/filesearcher.h \
15     $$PWD/bittorrent/filterparserthread.h \
16     $$PWD/bittorrent/infohash.h \
17     $$PWD/bittorrent/loadtorrentparams.h \
18     $$PWD/bittorrent/ltqhash.h \
19     $$PWD/bittorrent/lttypecast.h \
20     $$PWD/bittorrent/magneturi.h \
21     $$PWD/bittorrent/nativesessionextension.h \
22     $$PWD/bittorrent/nativetorrentextension.h \
23     $$PWD/bittorrent/peeraddress.h \
24     $$PWD/bittorrent/peerinfo.h \
25     $$PWD/bittorrent/portforwarderimpl.h \
26     $$PWD/bittorrent/resumedatastorage.h \
27     $$PWD/bittorrent/session.h \
28     $$PWD/bittorrent/sessionstatus.h \
29     $$PWD/bittorrent/speedmonitor.h \
30     $$PWD/bittorrent/statistics.h \
31     $$PWD/bittorrent/torrent.h \
32     $$PWD/bittorrent/torrentcontentlayout.h \
33     $$PWD/bittorrent/torrentcreatorthread.h \
34     $$PWD/bittorrent/torrentimpl.h \
35     $$PWD/bittorrent/torrentinfo.h \
36     $$PWD/bittorrent/tracker.h \
37     $$PWD/bittorrent/trackerentry.h \
38     $$PWD/digest32.h \
39     $$PWD/exceptions.h \
40     $$PWD/global.h \
41     $$PWD/http/connection.h \
42     $$PWD/http/httperror.h \
43     $$PWD/http/irequesthandler.h \
44     $$PWD/http/requestparser.h \
45     $$PWD/http/responsebuilder.h \
46     $$PWD/http/responsegenerator.h \
47     $$PWD/http/server.h \
48     $$PWD/http/types.h \
49     $$PWD/iconprovider.h \
50     $$PWD/indexrange.h \
51     $$PWD/logger.h \
52     $$PWD/net/dnsupdater.h \
53     $$PWD/net/downloadhandlerimpl.h \
54     $$PWD/net/downloadmanager.h \
55     $$PWD/net/geoipdatabase.h \
56     $$PWD/net/geoipmanager.h \
57     $$PWD/net/portforwarder.h \
58     $$PWD/net/proxyconfigurationmanager.h \
59     $$PWD/net/reverseresolution.h \
60     $$PWD/net/smtp.h \
61     $$PWD/orderedset.h \
62     $$PWD/preferences.h \
63     $$PWD/profile.h \
64     $$PWD/profile_p.h \
65     $$PWD/rss/rss_article.h \
66     $$PWD/rss/rss_autodownloader.h \
67     $$PWD/rss/rss_autodownloadrule.h \
68     $$PWD/rss/rss_feed.h \
69     $$PWD/rss/rss_folder.h \
70     $$PWD/rss/rss_item.h \
71     $$PWD/rss/rss_parser.h \
72     $$PWD/rss/rss_session.h \
73     $$PWD/search/searchdownloadhandler.h \
74     $$PWD/search/searchhandler.h \
75     $$PWD/search/searchpluginmanager.h \
76     $$PWD/settingsstorage.h \
77     $$PWD/settingvalue.h \
78     $$PWD/tagset.h \
79     $$PWD/torrentfileguard.h \
80     $$PWD/torrentfileswatcher.h \
81     $$PWD/torrentfilter.h \
82     $$PWD/types.h \
83     $$PWD/unicodestrings.h \
84     $$PWD/utils/bytearray.h \
85     $$PWD/utils/compare.h \
86     $$PWD/utils/foreignapps.h \
87     $$PWD/utils/fs.h \
88     $$PWD/utils/gzip.h \
89     $$PWD/utils/io.h \
90     $$PWD/utils/misc.h \
91     $$PWD/utils/net.h \
92     $$PWD/utils/password.h \
93     $$PWD/utils/random.h \
94     $$PWD/utils/string.h \
95     $$PWD/utils/version.h \
96     $$PWD/version.h
98 SOURCES += \
99     $$PWD/asyncfilestorage.cpp \
100     $$PWD/bittorrent/abstractfilestorage.cpp \
101     $$PWD/bittorrent/bandwidthscheduler.cpp \
102     $$PWD/bittorrent/bencoderesumedatastorage.cpp \
103     $$PWD/bittorrent/customstorage.cpp \
104     $$PWD/bittorrent/dbresumedatastorage.cpp \
105     $$PWD/bittorrent/downloadpriority.cpp \
106     $$PWD/bittorrent/filesearcher.cpp \
107     $$PWD/bittorrent/filterparserthread.cpp \
108     $$PWD/bittorrent/infohash.cpp \
109     $$PWD/bittorrent/magneturi.cpp \
110     $$PWD/bittorrent/nativesessionextension.cpp \
111     $$PWD/bittorrent/nativetorrentextension.cpp \
112     $$PWD/bittorrent/peeraddress.cpp \
113     $$PWD/bittorrent/peerinfo.cpp \
114     $$PWD/bittorrent/portforwarderimpl.cpp \
115     $$PWD/bittorrent/session.cpp \
116     $$PWD/bittorrent/speedmonitor.cpp \
117     $$PWD/bittorrent/statistics.cpp \
118     $$PWD/bittorrent/torrent.cpp \
119     $$PWD/bittorrent/torrentcreatorthread.cpp \
120     $$PWD/bittorrent/torrentimpl.cpp \
121     $$PWD/bittorrent/torrentinfo.cpp \
122     $$PWD/bittorrent/tracker.cpp \
123     $$PWD/bittorrent/trackerentry.cpp \
124     $$PWD/exceptions.cpp \
125     $$PWD/http/connection.cpp \
126     $$PWD/http/httperror.cpp \
127     $$PWD/http/requestparser.cpp \
128     $$PWD/http/responsebuilder.cpp \
129     $$PWD/http/responsegenerator.cpp \
130     $$PWD/http/server.cpp \
131     $$PWD/iconprovider.cpp \
132     $$PWD/logger.cpp \
133     $$PWD/net/dnsupdater.cpp \
134     $$PWD/net/downloadhandlerimpl.cpp \
135     $$PWD/net/downloadmanager.cpp \
136     $$PWD/net/geoipdatabase.cpp \
137     $$PWD/net/geoipmanager.cpp \
138     $$PWD/net/portforwarder.cpp \
139     $$PWD/net/proxyconfigurationmanager.cpp \
140     $$PWD/net/reverseresolution.cpp \
141     $$PWD/net/smtp.cpp \
142     $$PWD/preferences.cpp \
143     $$PWD/profile.cpp \
144     $$PWD/profile_p.cpp \
145     $$PWD/rss/rss_article.cpp \
146     $$PWD/rss/rss_autodownloader.cpp \
147     $$PWD/rss/rss_autodownloadrule.cpp \
148     $$PWD/rss/rss_feed.cpp \
149     $$PWD/rss/rss_folder.cpp \
150     $$PWD/rss/rss_item.cpp \
151     $$PWD/rss/rss_parser.cpp \
152     $$PWD/rss/rss_session.cpp \
153     $$PWD/search/searchdownloadhandler.cpp \
154     $$PWD/search/searchhandler.cpp \
155     $$PWD/search/searchpluginmanager.cpp \
156     $$PWD/settingsstorage.cpp \
157     $$PWD/tagset.cpp \
158     $$PWD/torrentfileguard.cpp \
159     $$PWD/torrentfileswatcher.cpp \
160     $$PWD/torrentfilter.cpp \
161     $$PWD/utils/bytearray.cpp \
162     $$PWD/utils/compare.cpp \
163     $$PWD/utils/foreignapps.cpp \
164     $$PWD/utils/fs.cpp \
165     $$PWD/utils/gzip.cpp \
166     $$PWD/utils/io.cpp \
167     $$PWD/utils/misc.cpp \
168     $$PWD/utils/net.cpp \
169     $$PWD/utils/password.cpp \
170     $$PWD/utils/random.cpp \
171     $$PWD/utils/string.cpp