Hi,
i was developing a project under linux with QtCreator and Qt 5.0.2. When i switch to windows with visual studio xpress 2012, it does not find the projects include files.
for example, if i have:
#include <somedir/myinclude.h> // project internal include from project base dir
class MyClass : public QObject {
}
i get ‘cannot find header file: somdir/myinclude.h’ – no such file or directory.
Works fine on linux… any ideas?
↧