mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -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
|
TARGET = qbittorrent-nox
|
||||||
} else {
|
} else {
|
||||||
QT += xml
|
QT += xml
|
||||||
QT += concurrent
|
greaterThan(QT_MAJOR_VERSION, 4): QT += concurrent
|
||||||
CONFIG(static) {
|
CONFIG(static) {
|
||||||
DEFINES += QBT_STATIC_QT
|
DEFINES += QBT_STATIC_QT
|
||||||
QTPLUGIN += qico
|
QTPLUGIN += qico
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue