aboutsummaryrefslogtreecommitdiffstats
path: root/tests/clang-format-test/clang-format-test.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clang-format-test/clang-format-test.qbs')
-rw-r--r--tests/clang-format-test/clang-format-test.qbs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/clang-format-test/clang-format-test.qbs b/tests/clang-format-test/clang-format-test.qbs
new file mode 100644
index 000000000..3c34b5962
--- /dev/null
+++ b/tests/clang-format-test/clang-format-test.qbs
@@ -0,0 +1,5 @@
+QtApplication {
+ Depends { name: "Qt.core" }
+ files: "clang-format.cpp"
+ cpp.warningLevel: "none"
+}