Integrate other fuse projects/samples

So i found the CalendarNav sample code and I’m wondering how to integrate this into an existing project.

I see there is a Projects key in unoproj file but whatever path I set causes a build error. I tried while the CalendarNav was outside the project and use relative paths to get there and I tried with CalendarNav copied inside the project. Both caused the build to fail. In the docs it says if an App class is present then it will not be used as a library. So i removed the MainView.ux of the CalendarNav and that didn’t work either.

  1. How do you get the error message of the build?
  2. Is this the best practice for including other projects?

My final attempt will be to just copy the files into the current project and use it that way.