summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qprocess/test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/io/qprocess/test/CMakeLists.txt')
-rw-r--r--tests/benchmarks/corelib/io/qprocess/test/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/benchmarks/corelib/io/qprocess/test/CMakeLists.txt b/tests/benchmarks/corelib/io/qprocess/test/CMakeLists.txt
new file mode 100644
index 0000000000..a6c5ceebd3
--- /dev/null
+++ b/tests/benchmarks/corelib/io/qprocess/test/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_qt_test(../tst_bench_qprocess SOURCES
+ ../tst_bench_qprocess.cpp
+ LIBRARIES
+ Qt::CorePrivate
+)