aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/scenegraph.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2019-11-13 16:35:11 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2019-11-27 21:50:52 +0100
commitdf0cb0edac85db1fe12442d332bafc1d508bc3ae (patch)
tree843ccc014623b0200a698b6916f7a926bc88ede4 /examples/quick/scenegraph/scenegraph.pro
parentf6e90ba533b9b4b98cfcae3d31731c1cb794ee77 (diff)
Fix Metal usage on iOS
Also enable the two Metal-specific scenegraph examples on iOS. Change-Id: I0e1e6d527544ea4a5bfb0d08ca2d32c762d3c699 Reviewed-by: Andy Nichols <andy.nichols@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'examples/quick/scenegraph/scenegraph.pro')
-rw-r--r--examples/quick/scenegraph/scenegraph.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/scenegraph.pro b/examples/quick/scenegraph/scenegraph.pro
index 5fea3b974a..cc75cbc0d3 100644
--- a/examples/quick/scenegraph/scenegraph.pro
+++ b/examples/quick/scenegraph/scenegraph.pro
@@ -16,7 +16,7 @@ SUBDIRS += \
rendernode \
threadedanimation
-macos {
+macos|ios {
SUBDIRS += \
metalunderqml \
metaltextureimport