mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Fix Qt4 qmake warning (unknown QT: concurrent).
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user