aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/texteditor/texteditor.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/texteditor/texteditor.qbs')
-rw-r--r--tests/auto/texteditor/texteditor.qbs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/texteditor/texteditor.qbs b/tests/auto/texteditor/texteditor.qbs
new file mode 100644
index 00000000000..957bb448f16
--- /dev/null
+++ b/tests/auto/texteditor/texteditor.qbs
@@ -0,0 +1,6 @@
+import qbs
+
+Project {
+ name: "TextEditor autotests"
+ references: [ "highlighter/highlighter.qbs" ]
+}