aboutsummaryrefslogtreecommitdiffstats
path: root/tests/clang-format-test/clang-format-test.qbs
blob: 3c34b5962c1c7a4c34b1b476ddc58d9acc1f2521 (plain)
1
2
3
4
5
QtApplication {
    Depends { name: "Qt.core" }
    files: "clang-format.cpp"
    cpp.warningLevel: "none"
}