Build an app.
The lib compiles just fine. I just have problem of my app using lib headers as it cannot find autogenerated ui_***.h files.

My app has this in a header:
Qt Code:
  1. #include "../fbl_gui/fbl_gui.h"
To copy to clipboard, switch view to plain text mode 

This includes library header, so I will be able to use it's objects.