Include QT file problem in Visual Studio 2008
Posted
by metdos
on Stack Overflow
See other posts from Stack Overflow
or by metdos
Published on 2010-05-17T07:17:51Z
Indexed on
2010/05/17
8:40 UTC
Read the original article
Hit count: 365
When I type
#include <QObject>
it complains that it couldn't find file.
but if I type
#include <QtCore\QObject>
It works properly.
I moved VS2005 to VS2008, this was not the case in VS2005, and it started with VS2008. Why am I getting this error?
© Stack Overflow or respective owner