You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running jamulus --version, it displays the Qt version of the host on which it was compiled. It should display the Qt version of the dynamic Qt libraries being used on the running system, the same as About Qt... does.
The version displayed by jamulus --version is currently taken from QT_VERSION_STR, which was set at compile time.