CppStd

A helper product for building C++ std modules. More...

Since: Qbs 3.1
Inherits:

StaticLibrary

Properties

Detailed Description

The dependencies of this product gain access to the std named module.

An example usage:

Project {
    CppStd {}
    CppApplication {
        Depends { name: "CppStd" }
    }
}

See the C++20 Modules page in the tutorial for details.

Property Documentation

[since Qbs 3.1] useStdCompat : bool

Whether to build the std.compat module.

Default: false

This property was introduced in Qbs 3.1.


© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.