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