mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue