summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-11-24 03:58:38 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-11-24 03:59:10 +0100
commitfc5a992d9d302ee8ad1dcd8fe0da9cc236253e33 (patch)
tree9761e8d3182f77940e1999a932ac4b5424bf9514
parent3e3db25efc293a7fc543aa6d59899817b8e1411b (diff)
downloadqtlocation-fc5a992d9d302ee8ad1dcd8fe0da9cc236253e33.tar.gz
Remove missing file from geojson example
Change-Id: Ib5b7466cfd3ae20ebfb8615b7f9b10323b2fc1b7 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--examples/location/geojson_viewer/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/location/geojson_viewer/CMakeLists.txt b/examples/location/geojson_viewer/CMakeLists.txt
index 8a584b8c..0b452a7c 100644
--- a/examples/location/geojson_viewer/CMakeLists.txt
+++ b/examples/location/geojson_viewer/CMakeLists.txt
@@ -40,7 +40,6 @@ target_link_libraries(qml_location_geojsonviewer PUBLIC
# Resources:
set(qml_resource_files
"GeoJsonDelegate.qml"
- "GeoJsonDelegateMapObject.qml"
"main.qml"
)