- Make sure the application is not built against QtGui when the GUI is disabled

This commit is contained in:
Christophe Dumez 2010-01-09 13:55:24 +00:00
parent d1918ee206
commit 8306959cb4

View file

@ -94,6 +94,7 @@ contains(DEFINES, DISABLE_GUI) {
}
contains(DEFINES, DISABLE_GUI) {
QT=core
TARGET = qbittorrent-nox
} else {
TARGET = qbittorrent