View Single Post
Posts: 180 | Thanked: 76 times | Joined on May 2010
#8
Originally Posted by matrim View Post
I'm trying this too and I've gotten it to build and run fine on my device but the problem I'm having is that the editor in QT Creator doesn't seem to see the header files and it shows the classes \ includes as unknown and doesn't offer suggestions as I type.

It's not the biggest problem in the world but would be nice if someone knows a way to get it to add these to QT Creator
Defining INCLUDEPATH in pro-file should work. You have run qmake after that?