Fix compilation error on Windows

Fix possible encoding problem on Windows (torrent creation tool)
Fix compilation with boost >= v1.46
This commit is contained in:
Christophe Dumez
2011-02-26 15:04:15 +00:00
parent 2da5e03741
commit c05e6ba580
5 changed files with 12 additions and 20 deletions

View File

@@ -52,6 +52,10 @@ DEFINES += QT_NO_CAST_TO_ASCII
# Fast concatenation (Qt >= 4.6)
DEFINES += QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS
# Fixes compilation with Boost >= v1.46 where boost
# filesystem v3 is the default.
DEFINES += BOOST_FILESYSTEM_VERSION=2
INCLUDEPATH += $$PWD