summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-16 01:26:43 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-22 18:08:49 +0200
commitf47ca3c977f6431f36973f4cf60bee64ac4930ef (patch)
tree4e01e3dee828bd7d0cb81a46cd6251fa773ac8f6 /tests
parent34e64b8bb4e54185d3235a9d8cd15cd446eb20c1 (diff)
downloadqtlocation-f47ca3c977f6431f36973f4cf60bee64ac4930ef.tar.gz
Cleanup: QPlaceContent and subclasses (3/3)
Remove the dedicated declarative model implementations for the special QPlaceContent types. Since everyhing is now a QPlaceContent, the generic model can return all the data, depending on which QPlaceContent::Type it has been created for. For QML clients, nothing changes. Change-Id: I7c8c02dc5986f4223b8f112dc5766ce073a41a4d Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative_location_core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative_location_core/CMakeLists.txt b/tests/auto/declarative_location_core/CMakeLists.txt
index 5d70f25d..1f5c7f0e 100644
--- a/tests/auto/declarative_location_core/CMakeLists.txt
+++ b/tests/auto/declarative_location_core/CMakeLists.txt
@@ -9,6 +9,7 @@ qt_internal_add_test(tst_declarative_location_core
main.cpp
LIBRARIES
Qt::Location
+ Qt::LocationPrivate
Qt::Quick
TESTDATA ${test_data}
)