We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05789c6 commit 97306e7Copy full SHA for 97306e7
Jamulus.pro
@@ -3,7 +3,7 @@ VERSION = 3.10.0dev
3
# Using lrelease and embed_translations only works for Qt 5.12 or later.
4
# See https://github.com/jamulussoftware/jamulus/pull/3288 for these changes.
5
lessThan(QT_MAJOR_VERSION, 5) | equals(QT_MAJOR_VERSION, 5) : lessThan(QT_MINOR_VERSION, 12) {
6
- error(Jamulus requires at least Qt5.12)
+ error(Jamulus requires at least Qt5.12. See https://github.com/jamulussoftware/jamulus/pull/3288)
7
}
8
9
# use target name which does not use a capital letter at the beginning
0 commit comments