aboutsummaryrefslogtreecommitdiff
path: root/test/matcherbenchmark/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/matcherbenchmark/meson.build')
-rw-r--r--test/matcherbenchmark/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/matcherbenchmark/meson.build b/test/matcherbenchmark/meson.build
new file mode 100644
index 0000000..bc8327b
--- /dev/null
+++ b/test/matcherbenchmark/meson.build
@@ -0,0 +1,5 @@
+executable('matcherbenchmarks',
+ sources: [ 'matcherbenchmark.cpp',
+ mod_qt5.preprocess(moc_headers: 'matcherbenchmark.h')],
+ dependencies: [ dep_qt5 ]
+)