mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08: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
|
||||
QTPLUGIN += qico
|
||||
}
|
||||
win32 {
|
||||
win32: lessThan(QT_VERSION_MAJOR, 6) {
|
||||
QT += winextras
|
||||
}
|
||||
macx {
|
||||
|
Loading…
Reference in New Issue
Block a user