mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-03-07 19:47:04 +08:00
Fix typo
https://doc.qt.io/qt-6/qmake-variable-reference.html#qt-major-version
This commit is contained in:
parent
3c948ef063
commit
dff39ffd20
@ -23,7 +23,7 @@ nogui {
|
||||
DEFINES += QBT_STATIC_QT
|
||||
QTPLUGIN += qico
|
||||
}
|
||||
win32: lessThan(QT_VERSION_MAJOR, 6) {
|
||||
win32: lessThan(QT_MAJOR_VERSION, 6) {
|
||||
QT += winextras
|
||||
}
|
||||
macx {
|
||||
|
Loading…
Reference in New Issue
Block a user