[Qt-creator] C++11 mode in file only project

Nikolai Kosjar nikolai.kosjar at digia.com
Thu Sep 19 18:12:06 CEST 2013


On 09/19/2013 05:30 PM, Yi Ding wrote:
> Do anyone know how we can get C++11 mode enabled for a file only (no
> .pro file, just .config) project?  I need it for autocomplete on my
> unique_ptrs and such.
>
> Thanks,
> Yi

Currently the code model always assumes C++11.

Regarding unique_ptr, it's a known bug:
    https://bugreports.qt-project.org/browse/QTCREATORBUG-8937

Nikolai



More information about the Qt-creator mailing list