On Thursday 06 September 2012 23:24:06 Sylvain Pointeau wrote:
> > I'm confused? Are you working with 4.8 or with Qt5?
> 
> I want libc++ and Qt 4.8 does not provide clang-libc++.
> so I switched to Qt5 but facing this compilation error.
> sorry for the confusion.
> 
> > Regarding Webkit in Qt5,
> > It does not seem to use load(qt_module) in its profle that is required to
> > enable automatically c++11 like the rest of qt. (it only seem to use it
> > when
> > compiling the
> > One may need to add this line in some .pro or .pri file
> > contains(QT_CONFIG, c++11):CONFIG += c++11
> 
> It seems to be missing in /qtwebkit.pri
> where should it be exactly?

I'm not really sure. You can try
Tools/qmake/mkspecs/features/default_pre.prf

-- 
Olivier

Woboq - Qt services and support - http://woboq.com
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to