mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
QMake: Don't use WinExtras module with Qt6
This commit is contained in:
parent
e7e881e5d7
commit
b51197936b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue