mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 23:37:59 +00:00
QMake: Don't use WinExtras module with Qt6
This commit is contained in:
parent
e7e881e5d7
commit
b51197936b
@ -23,7 +23,7 @@ nogui {
|
|||||||
DEFINES += QBT_STATIC_QT
|
DEFINES += QBT_STATIC_QT
|
||||||
QTPLUGIN += qico
|
QTPLUGIN += qico
|
||||||
}
|
}
|
||||||
win32 {
|
win32: lessThan(QT_VERSION_MAJOR, 6) {
|
||||||
QT += winextras
|
QT += winextras
|
||||||
}
|
}
|
||||||
macx {
|
macx {
|
||||||
|
Loading…
Reference in New Issue
Block a user