Fixed utf-8 support in paths and filenames

This commit is contained in:
Christophe Dumez
2006-10-25 20:35:41 +00:00
parent abb39d537c
commit 1bb286f4a9
9 changed files with 60 additions and 58 deletions

View File

@@ -29,6 +29,8 @@ CONFIG += link_pkgconfig
PKGCONFIG += libtorrent
QT += xml network
DEFINES += QT_NO_CAST_TO_ASCII
contains(DEBUG_MODE, 0){
contains(QT_VERSION, 4.2.0) {
message(Qt 4.2.0 detected : enabling debug output because of a bug in this version of Qt)