mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-24 01:08:06 -06:00
- Make sure the application is not built against QtGui when the GUI is disabled
This commit is contained in:
@@ -94,6 +94,7 @@ contains(DEFINES, DISABLE_GUI) {
|
||||
}
|
||||
|
||||
contains(DEFINES, DISABLE_GUI) {
|
||||
QT=core
|
||||
TARGET = qbittorrent-nox
|
||||
} else {
|
||||
TARGET = qbittorrent
|
||||
|
||||
Reference in New Issue
Block a user