Qt 4.7 QtDeclarative headers
Posted
by bitc
on Stack Overflow
See other posts from Stack Overflow
or by bitc
Published on 2010-05-08T17:37:27Z
Indexed on
2010/05/08
17:48 UTC
Read the original article
Hit count: 172
I installed Qt 4.7 beta on OS X. Then I wanted to try out the declarative module:
The doc says #include <QtDeclarative>
The Minehunt example says #include <qdeclarative.h>
Neither is found!
Most of the other header files are where they are supposed to be:
/Library/Frameworks/Qt*.framework/Versions/4/Headers
What do I do?
© Stack Overflow or respective owner