aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-11-25 15:33:16 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2019-11-25 14:54:07 +0000
commitf500062e165975e112ea644da1d6a3d4c413be2a (patch)
treed7e92bcb689d53ab1046130250327974058ee7b4 /examples/quick/scenegraph
parentf1f395b37da163bce2dc3b5fc4e298bb4f56a3e7 (diff)
Post Merge Fixes
Change-Id: I13bc3aef318d8b497b01c61fcca7760abd96339a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/quick/scenegraph')
-rw-r--r--examples/quick/scenegraph/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/scenegraph/CMakeLists.txt b/examples/quick/scenegraph/CMakeLists.txt
index 32f5152235..c868b34938 100644
--- a/examples/quick/scenegraph/CMakeLists.txt
+++ b/examples/quick/scenegraph/CMakeLists.txt
@@ -14,11 +14,11 @@ if(QT_FEATURE_opengl OR QT_FEATURE_opengles2 OR QT_FEATURE_opengles3)
endif()
if(APPLE_OSX)
add_subdirectory(metalunderqml)
- # add_subdirectory(metaltextureimport) special case TODO
+ # add_subdirectory(metaltextureimport) # special case TODO
endif()
if(WIN32)
add_subdirectory(d3d11underqml)
endif()
if(QT_FEATURE_vulkan)
- add_subdirectory(vulkanunderqml)
+ #add_subdirectory(vulkanunderqml) # special case not yet converted
endif()