mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-24 01:08:06 -06:00
- Nox version should not require libqtxml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user