mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-24 05:25:37 +00:00
Fix qt5 compilation with QtConcurrent.
This commit is contained in:
parent
0b20794672
commit
5281593bb6
@ -20,6 +20,7 @@ nogui {
|
|||||||
TARGET = qbittorrent-nox
|
TARGET = qbittorrent-nox
|
||||||
} else {
|
} else {
|
||||||
QT += xml
|
QT += xml
|
||||||
|
QT += concurrent
|
||||||
CONFIG(static) {
|
CONFIG(static) {
|
||||||
DEFINES += QBT_STATIC_QT
|
DEFINES += QBT_STATIC_QT
|
||||||
QTPLUGIN += qico
|
QTPLUGIN += qico
|
||||||
|
Loading…
x
Reference in New Issue
Block a user