View Single Post
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#9
The compiler is your friend. Whatever your IDE reports, the compiler is the one that has to try to use your code. So, compile outside of your IDE and look at the error messages. Then go back to your IDE and fix it.

Most likely, though, is that the path used for includes does not contain the directory where the header file for QContactManager is.