Browse Source

Fix qt5 compilation with QtConcurrent.

adaptive-webui-19844
sledgehammer999 9 years ago
parent
commit
5281593bb6
  1. 1
      src/src.pro

1
src/src.pro

@ -20,6 +20,7 @@ nogui { @@ -20,6 +20,7 @@ nogui {
TARGET = qbittorrent-nox
} else {
QT += xml
QT += concurrent
CONFIG(static) {
DEFINES += QBT_STATIC_QT
QTPLUGIN += qico

Loading…
Cancel
Save