I used "cookiecutter gh:KitwareMedical/SlicerCustomAppTemplate" to create my app, and I did not set the Slicer_MAIN_PROJECT_APPLICATION_DISPLAY_NAME in the command line.
- A problem shows Slicer_MAIN_PROJECT_APPLICATION_DISPLAY_NAME is not defined in Main.cxx; It may be solved by setting the value of it in command? But I solved it by changing it to Slicer_MAIN_PROJECT_APPLICATION_NAME, which is removed the substring "DISPLAY_".
- In q{xxxxxx}AppMainWindow.cxx at line 66 reads qSlicerApplication::application()->mainApplicationDisplayName(), but there is not a attribute iin application named mainApplicationDisplayName, and I solved it by changing to mainApplicationName, which is removed the substring "Display".