summaryrefslogtreecommitdiff
path: root/tests/auto/qplaceratings/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qplaceratings/CMakeLists.txt')
-rw-r--r--tests/auto/qplaceratings/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qplaceratings/CMakeLists.txt b/tests/auto/qplaceratings/CMakeLists.txt
new file mode 100644
index 00000000..29aee1f7
--- /dev/null
+++ b/tests/auto/qplaceratings/CMakeLists.txt
@@ -0,0 +1,7 @@
+qt_internal_add_test(tst_qplaceratings
+ SOURCES
+ tst_qplaceratings.cpp
+ LIBRARIES
+ Qt::Core
+ Qt::Location
+)