summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index f66c5cbf22..d2ce1fd294 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -15,7 +15,10 @@ SUBDIRS = \
widgets \
xml
-qtHaveModule(gui):qtConfig(opengl): SUBDIRS += opengl
+qtHaveModule(gui) {
+ qtConfig(opengl): SUBDIRS += opengl
+ qtConfig(vulkan): SUBDIRS += vulkan
+}
aggregate.files = aggregate/examples.pro
aggregate.path = $$[QT_INSTALL_EXAMPLES]