Edit

IABSD.fr/ports/editors/qownnotes/patches

Branch :

  • Show log

    Commit

  • Author : rsadowski
    Date : 2025-12-10 08:29:07
    Hash : d2f01eb4
    Message : Unbreak with Qt6.10

  • patch-libraries_qhotkey_qhotkey_prc
  • 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) {