From f500062e165975e112ea644da1d6a3d4c413be2a Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Mon, 25 Nov 2019 15:33:16 +0100 Subject: Post Merge Fixes Change-Id: I13bc3aef318d8b497b01c61fcca7760abd96339a Reviewed-by: Alexandru Croitor --- examples/quick/scenegraph/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/quick/scenegraph') 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() -- cgit v1.2.3