[QBS] error: Property 'cxxLanguageVersion' is not declared.

Christian Kandeler christian.kandeler at theqtcompany.com
Tue Jan 20 10:30:12 CET 2015


On 01/20/2015 10:14 AM, Yuchen Deng wrote:
> import  qbs
>
> CppApplication  {
>      name:  "Test"
>      cpp.cxxLanguageVersion:  "c++11"
>      files:  "Main.cpp"
> }

This property is new in 1.4. You are most likely using qbs 1.3 to build 
your project.


Christian



More information about the Qbs mailing list