aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditor.qbs
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2024-01-17 08:45:47 +0100
committerhjk <hjk@qt.io>2024-01-17 11:59:26 +0000
commitf662009bcaef86a6ba5b5fef4052e0f789d79be1 (patch)
tree10d5d8b3c38e1e68fa77e3fedd4d38551ebb8656 /src/plugins/texteditor/texteditor.qbs
parente93948228a69a5fc9aee954fa52a4ba72d072d68 (diff)
TextEditor: Move test setup closer to tested code
Change-Id: Ib6edee42b20830a322d47fc1ba071d3cdf2d7538 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/texteditor/texteditor.qbs')
-rw-r--r--src/plugins/texteditor/texteditor.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/texteditor.qbs b/src/plugins/texteditor/texteditor.qbs
index 4f64752c12..7bbe6716c8 100644
--- a/src/plugins/texteditor/texteditor.qbs
+++ b/src/plugins/texteditor/texteditor.qbs
@@ -238,6 +238,7 @@ QtcPlugin {
"highlighter_test.cpp",
"highlighter_test.h",
"texteditor_test.cpp",
+ "texteditor_test.h",
]
}
}