Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

QtCreator does not find projects include files

$
0
0
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?

Viewing all articles
Browse latest Browse all 18427

Trending Articles