aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/scenegraph.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2019-08-30 12:52:57 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2019-09-08 09:42:00 +0200
commit1a5c6544c88d6092ca57e780e332a0f302041b06 (patch)
tree8149be4784e57fa1c352b614b4f65ace5824c705 /examples/quick/scenegraph/scenegraph.pro
parentdd523fcb00921ba5b51c283db809fd6ff083821c (diff)
Add metaltextureimport example
Change-Id: I499c21083faf6096a0dc3b8ee5682dd5cbcd3ce7 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'examples/quick/scenegraph/scenegraph.pro')
-rw-r--r--examples/quick/scenegraph/scenegraph.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/scenegraph.pro b/examples/quick/scenegraph/scenegraph.pro
index b983301323..e05e1ddb44 100644
--- a/examples/quick/scenegraph/scenegraph.pro
+++ b/examples/quick/scenegraph/scenegraph.pro
@@ -17,7 +17,9 @@ SUBDIRS += \
threadedanimation
macos {
- SUBDIRS += metalunderqml
+ SUBDIRS += \
+ metalunderqml \
+ metaltextureimport
}
win32 {