summaryrefslogtreecommitdiff
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 17:12:38 +0200
commit53c3d284f57b4b21951e626029e9517805096519 (patch)
tree3b18faffbef157a5ed04d5608a43222bb45b5a76
parenta424f23589405271054069c5e26a3bc889fe95d2 (diff)
downloadqtlocation-53c3d284f57b4b21951e626029e9517805096519.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 Change-Id: Ibdb73ee31bf232d45fefb068d12e0a99c871d45f Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io> (cherry picked from commit 35be9b28087a78551c16bc717fdfbbda38a2af1b) Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-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)