Fix Geoip database embedding

Fix Geoip path issue on Win32
This commit is contained in:
Christophe Dumez
2010-05-30 15:19:40 +00:00
parent 4eb8be372e
commit cfc4e7c8f6
4 changed files with 22 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/" >
<file>geoip/GeoIP.dat</file>
</qresource>
</RCC>
<RCC>
<qresource>
<file>geoip/GeoIP.dat</file>
</qresource>
</RCC>