I have two Qt .pro files which are being used to compile to visual studio 2010 solutions. One compiles to a qt library/dll, and the other is an application.
The library .pro file:
The application .pro file:
In the library's solution, I cannot do the following, anywhere:
#include "opencv2/imgproc/imgproc.hpp"
Or #include "NuiApi.h"
However, it works if I do so in the main.cpp or qpowerpointmod.cpp files of the main application.
So yeah... Also, my apologies for the appalling code in the .pro files, I've been struggling with this for hours today.