summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_geolocation/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_geolocation/CMakeLists.txt')
-rw-r--r--tests/auto/declarative_geolocation/CMakeLists.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/auto/declarative_geolocation/CMakeLists.txt b/tests/auto/declarative_geolocation/CMakeLists.txt
deleted file mode 100644
index 366884c4..00000000
--- a/tests/auto/declarative_geolocation/CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-# special case begin
-
-# Collect test data
-
-qt_internal_add_test(tst_declarative_geolocation
- QMLTEST
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Positioning
- Qt::Quick
- TESTDATA
- tst_declarativegeolocation.qml
-)
-
-# special case end