Skip to content

Commit 5bd6aa5

Browse files
committed
fix: building on Qt >= 6.10.0
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent ecdeaf8 commit 5bd6aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qhotkey.prc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mac: LIBS += -framework Carbon
22
else:win32: LIBS += -luser32
33
else:unix {
44
equals(QT_MAJOR_VERSION, 6) {
5-
lessThan(QT_VERSION, 6.2.0) {
5+
lessThan(QT_MINOR_VERSION, 2) {
66
error("Qt 6.2.0 or greater is required when using Qt6")
77
}
88
}

0 commit comments

Comments
 (0)