Qt Creator question
I am trying to get started developing on the Musescore codebase with Qt Creator. I opened the project CMakelists.txt. The project builds and runs fine, but the annotations are not. See the below screen shot where every Qt class is unknown. Is there some configuration that I am missing?
I am on Opensuse Leap 15.4
Attachment | Size |
---|---|
buggy_qt_creator.png | 79.3 KB |
Comments
Did you follow the developers handbook?
In reply to Did you follow the… by Jojo-Schmitz
This section of the developer’s handbook, called ’IDE Configuration’ only has directions on importing a style guide.
https://musescore.org/en/handbook/developers-handbook/ide-configuration
I have followed the following directions to build and compile (which is successful) found here:
https://musescore.org/en/handbook/developers-handbook/compilation/compi…
Is there another section of the handbook that would be helpful?
In reply to This section of the… by jlrose78
Check also the wiki on GitHub