Browse Source

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

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
8306959cb4
  1. 1
      src/src.pro

1
src/src.pro

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

Loading…
Cancel
Save