mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- Nox version should not require libqtxml
This commit is contained in:
parent
7f576ccc82
commit
1d598d7772
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue