Help about QT(mac) to run the program
Someone in the QT(mac) run up? Could you tell me how to run in QT under MAC under the program? I run up in xcode, but don't know how to run in the QT(mac).My English is not good, I hope you can understand me, thank you very much!
Comments
See https://musescore.org/en/node/194406
The build process doesn't work with Qt Creator on Mac for now. Feel free to try to adapt it.
In reply to See by [DELETED] 5
First of all thank you for your reply, this is I released a month ago, but now the problem is still not solved, will no one in QT development (MAC)?
In reply to First of all thank you for by hejiang
so far nobody stepped up to get this fixed, so it still doesn't work.
In reply to First of all thank you for by hejiang
I might hazard to guess that it's almost impossible to conveniently develop MuseScore on Mac. As far as I know, there's no way to conveniently edit the
.ui
files in XCode without opening a Qt application, and you can't conveniently build the app in Qt Creator without opening XCode. (If there are any Mac developers more seasoned than I am, please prove me wrong on either or both fronts.)In reply to I might hazard to guess that… by funnyflywheel
I'm not sure what you mean, quite a few people develop MuseScore on Mac. Have you read the compilation instructions? See https://musescore.org/en/handbook/developers-handbook/compilation/compi…. But developing using QtCreator is more problematic, and what this thread is about. Seems to me I heard of some people having success recently, but I don't see anything in the instructions about that, so it may well be that much at least is not convenient even if it's possible.
In reply to I'm not sure what you mean,… by Marc Sabatella
To add my two cents: all my development work for MuseScore is done on Mac using Xcode. Works out of the box by following the instructions in the handbook. Note that for my kind of work I never have to edit .ui files.
Obviously I do have working Qt Creator installed, but as this is an unsupported environment for MuseScore on Mac, I never bothered to use it.
If you're interested in developing MuseScore 4, you can follow these instructions on how to compile the MuseScore 4 development builds in Qt Creator on Mac.