BUGFIX: Nox version no longer requires libQtXml

This commit is contained in:
Christophe Dumez
2010-01-19 22:55:15 +00:00
parent 077dd11af6
commit 35394c4966
3 changed files with 7 additions and 4 deletions

View File

@@ -105,8 +105,10 @@ contains(DEFINES, DISABLE_GUI) {
unix:QMAKE_LFLAGS_SHAPP += -rdynamic
CONFIG += link_pkgconfig
PKGCONFIG += "libtorrent-rasterbar"
QT += network \
xml
QT += network
!contains(DEFINES, DISABLE_GUI) {
QT += xml
}
DEFINES += QT_NO_CAST_TO_ASCII
# Windows