mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-15 12:41:36 +03:00
968a5f3017
- GeoIP database is no longer embedded in qBittorrent executable unless --with-geoip-database-embedded parameter is passed to configure (see src/geoip/REAME) - Dropped "CONFIG += x11 network" in project file since it does not seem to be required - Updated configure file to reflect Geoip changes
5 lines
95 B
Text
5 lines
95 B
Text
<RCC>
|
|
<qresource prefix="/" >
|
|
<file>geoip/GeoIP.dat</file>
|
|
</qresource>
|
|
</RCC>
|