aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/aggregation/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/aggregation/CMakeLists.txt')
-rw-r--r--tests/auto/aggregation/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/aggregation/CMakeLists.txt b/tests/auto/aggregation/CMakeLists.txt
new file mode 100644
index 0000000000..1827d6b111
--- /dev/null
+++ b/tests/auto/aggregation/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_qtc_test(tst_aggregation
+ DEPENDS Aggregation Qt5::Core
+ SOURCES tst_aggregate.cpp
+)