summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-25 18:02:07 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-26 14:28:59 +0200
commit35be9b28087a78551c16bc717fdfbbda38a2af1b (patch)
treec7b5dec5a6f5382b5034c5dc0b70cb94979a5bf1 /examples
parenta59f72c77c71fa49bdef4cd0cef8aa4158b2a8ac (diff)
downloadqtlocation-35be9b28087a78551c16bc717fdfbbda38a2af1b.tar.gz
Build "places" example with cmake
The example doesn't work, but that's not a result of the build system. It doens't work when built with qmake/make either. Task-number: QTBUG-96795 Pick-to: 6.2 Change-Id: Ibdb73ee31bf232d45fefb068d12e0a99c871d45f Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/location/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/CMakeLists.txt b/examples/location/CMakeLists.txt
index 14cfd70e..99bf7ec2 100644
--- a/examples/location/CMakeLists.txt
+++ b/examples/location/CMakeLists.txt
@@ -1,7 +1,7 @@
# Generated from location.pro.
if(TARGET Qt::Quick)
- #qt_internal_add_example(places) # Not ported yet
+ qt_internal_add_example(places)
qt_internal_add_example(places_list)
qt_internal_add_example(places_map)
qt_internal_add_example(mapviewer)