summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-25 17:00:01 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-26 17:13:28 +0200
commitfaea5c148820b94dc9becc1d69bb3a7f2072e926 (patch)
tree06e4c1f741610631bb78113ce49c0abf9df2dcb3 /examples
parent17576f25587fe13aa23c138f126c9dd641efd49d (diff)
Remove all qmake .pro files, except for examples
Task-number: QTBUG-96795 Pick-to: 6.2 Change-Id: Ia5e73baff832eda7807d0ee7a70a10aeb5d5e830 Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro4
-rw-r--r--examples/location/location.pro13
2 files changed, 0 insertions, 17 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
deleted file mode 100644
index c2bfdf11..00000000
--- a/examples/examples.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE = subdirs
-
-# TODO - enable examples later
-# qtHaveModule(location): SUBDIRS += location
diff --git a/examples/location/location.pro b/examples/location/location.pro
deleted file mode 100644
index 69fa6516..00000000
--- a/examples/location/location.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = subdirs
-
-qtHaveModule(quick) {
- SUBDIRS += places \
- places_list \
- places_map \
- mapviewer \
- minimal_map \
- itemview_transitions \
- planespotter
-
- qtHaveModule(widgets): SUBDIRS += geojson_viewer
-}