mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-24 18:44:52 +08:00
Fix Qt4 qmake warning (unknown QT: concurrent).
This commit is contained in:
parent
d2f1216987
commit
1a67282dd3
@ -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…
Reference in New Issue
Block a user