This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
qBittorrent
Watch
1
Star
0
Fork
You've already forked qBittorrent
0
mirror of
https://github.com/qbittorrent/qBittorrent.git
synced
2024-12-15 20:51:39 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ed732bca63
qBittorrent
/
src
/
geoip.qrc
6 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
- No longer ships GeoIP database since most distributions provide it in a separate package - 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
2009-12-07 23:54:47 +03:00
<RCC>
<qresource prefix="/" >
<file>geoip/GeoIP.dat</file>
</qresource>
- Prepare to use geoip database locally
2009-11-15 22:08:20 +03:00
</RCC>
Reference in a new issue
Copy permalink