aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/maximum-cxx-language-version/modules/newermodule/newermodule.qbs
blob: dfc28b946ee2d78a9d6e5e80aad75ae693194f08 (plain)
1
2
3
4
5
6
import qbs

Module {
    Depends { name: "cpp" }
    cpp.cxxLanguageVersion: "c++14"
}