Closed jmeekr closed 7 months ago
Good call. Tested in the dev branch and now merged with master.
I don't know why it wasn't the same as the others with just the "5." but FWIW Debian bookworm's version of moc doesn't print the "-qt5" so I never noticed:
jackmix$ moc --version
moc 5.15.8
The good thing about standards is there are so many of them :wink:
Thank you very much for taking the time to report it.
Running
scons
will not build because it cannot findmoc
because of these two lines:https://github.com/kampfschlaefer/jackmix/blob/master/admin/qt5muc.py#L89 https://github.com/kampfschlaefer/jackmix/blob/master/admin/qt5muc.py#L108
I have
moc-qt5
installed on Fedora.If I run the
count
in the python interpreter I get thiswhich should be what
is doing.
Setting it to match the other command lists works and compiles.