- Nox version should not require libqtxml

This commit is contained in:
Christophe Dumez 2010-01-19 22:40:23 +00:00
parent 7f576ccc82
commit 1d598d7772
2 changed files with 6 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