mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 09:16:05 +03:00
- Make sure the application is not built against QtGui when the GUI is disabled
This commit is contained in:
parent
d1918ee206
commit
8306959cb4
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ contains(DEFINES, DISABLE_GUI) {
|
|||
}
|
||||
|
||||
contains(DEFINES, DISABLE_GUI) {
|
||||
QT=core
|
||||
TARGET = qbittorrent-nox
|
||||
} else {
|
||||
TARGET = qbittorrent
|
||||
|
|
Loading…
Reference in a new issue