aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/scenegraph.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2019-08-26 11:45:54 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2019-09-08 09:41:13 +0200
commit76bec768a5bf9ff29fdc439cbe5a85d36590a6df (patch)
tree78c6a5e36bb367148a91e15c88cd107d42fa2d9a /examples/quick/scenegraph/scenegraph.pro
parent144d4ec0262680aa9cf7732e3896a836ec126a71 (diff)
Add vulkanunderqml example
Change-Id: I61e8b50f560d1f4c68731fb19eb13071992040c9 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, 4 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/scenegraph.pro b/examples/quick/scenegraph/scenegraph.pro
index ac368c79a5..b983301323 100644
--- a/examples/quick/scenegraph/scenegraph.pro
+++ b/examples/quick/scenegraph/scenegraph.pro
@@ -24,5 +24,9 @@ win32 {
SUBDIRS += d3d11underqml
}
+qtConfig(vulkan) {
+ SUBDIRS += vulkanunderqml
+}
+
EXAMPLE_FILES += \
shared