This instruction does help me. The 2.1rc1 works for me also.

Thanks Kai and Chris.

On Wed, 2010-12-08 at 15:15 +0800, Kai Koehne wrote:
> On 12/8/2010 7:57 AM, ext Halton Huo wrote:
> > Hi,
> >
> > I'm using Qt Creator built from master of gitorious.org. My Qt version
> > is 4.7.1. The QML visual editor is missing, anything do I miss?
> 
> Check the output of "qmake -r" inside Qt ... most likely it warns about 
> QuickDesigner not be compiled due to private headers missing.
> 
> QuickDesigner depend on some internal APIs of Qt. They are only 
> available if you compiled your Qt yourself. You then either do an 
> 'in-source' build of Qt (e.g. by -developer-build, or -prefix "." 
> configure options). Or you have to point qmake to the include path in 
> your Qt source directory with 'qmake -r 
> "QT_PRIVATE_HEADERS=$QT_SOURCE_TREE/include'.
> 
> This is also described in the README file of QtCreator.
> 
> Regards
> 
> Kai
> 
> 
> 
> > Thanks,
> > Halton.
> >
> > _______________________________________________
> > Qt-qml mailing list
> > Qt-qml@trolltech.com
> > http://lists.trolltech.com/mailman/listinfo/qt-qml
> 
> 


_______________________________________________
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to