mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix qt5 compilation with QtConcurrent.
This commit is contained in:
parent
0b20794672
commit
5281593bb6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue