mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
- Make sure the application is not built against QtGui when the GUI is disabled
This commit is contained in:
parent
d1918ee206
commit
8306959cb4
@ -94,6 +94,7 @@ contains(DEFINES, DISABLE_GUI) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
contains(DEFINES, DISABLE_GUI) {
|
contains(DEFINES, DISABLE_GUI) {
|
||||||
|
QT=core
|
||||||
TARGET = qbittorrent-nox
|
TARGET = qbittorrent-nox
|
||||||
} else {
|
} else {
|
||||||
TARGET = qbittorrent
|
TARGET = qbittorrent
|
||||||
|
Loading…
Reference in New Issue
Block a user