Unbreak with >Qt6.2
Index: libraries/qhotkey/qhotkey.prc
--- libraries/qhotkey/qhotkey.prc.orig
+++ libraries/qhotkey/qhotkey.prc
@@ -2,9 +2,6 @@ mac: LIBS += -framework Carbon
else:win32: LIBS += -luser32
else:unix {
equals(QT_MAJOR_VERSION, 6) {
- lessThan(QT_VERSION, 6.2.0) {
- error("Qt 6.2.0 or greater is required when using Qt6")
- }
}
else {
lessThan(QT_MAJOR_VERSION, 6) {