aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/maximum-cxx-language-version/modules/newestmodule/newestmodule.qbs
blob: 305cb29f10887a1c6d39361e0e593082927a7dc3 (plain)
1
2
3
4
Module {
    Depends { name: "cpp" }
    cpp.cxxLanguageVersion: "c++23"
}