mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Fix typo
https://doc.qt.io/qt-6/qmake-variable-reference.html#qt-major-version
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user