mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
Fix Qt4 qmake warning (unknown QT: concurrent).
This commit is contained in:
parent
d2f1216987
commit
1a67282dd3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ nogui {
|
|||
TARGET = qbittorrent-nox
|
||||
} else {
|
||||
QT += xml
|
||||
QT += concurrent
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += concurrent
|
||||
CONFIG(static) {
|
||||
DEFINES += QBT_STATIC_QT
|
||||
QTPLUGIN += qico
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue