Skip to content

Commit 97306e7

Browse files
committed
Add URL for Github PR to Qt version error msg
1 parent 05789c6 commit 97306e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jamulus.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ VERSION = 3.10.0dev
33
# Using lrelease and embed_translations only works for Qt 5.12 or later.
44
# See https://github.com/jamulussoftware/jamulus/pull/3288 for these changes.
55
lessThan(QT_MAJOR_VERSION, 5) | equals(QT_MAJOR_VERSION, 5) : lessThan(QT_MINOR_VERSION, 12) {
6-
error(Jamulus requires at least Qt5.12)
6+
error(Jamulus requires at least Qt5.12. See https://github.com/jamulussoftware/jamulus/pull/3288)
77
}
88

99
# use target name which does not use a capital letter at the beginning

0 commit comments

Comments
 (0)