mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00: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
|
DEFINES += QBT_STATIC_QT
|
||||||
QTPLUGIN += qico
|
QTPLUGIN += qico
|
||||||
}
|
}
|
||||||
win32: lessThan(QT_VERSION_MAJOR, 6) {
|
win32: lessThan(QT_MAJOR_VERSION, 6) {
|
||||||
QT += winextras
|
QT += winextras
|
||||||
}
|
}
|
||||||
macx {
|
macx {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user