aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-04-07 11:51:13 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-04-07 11:52:29 +0200
commit02d35ec094b0fca0619fc7fe10cab323c938612c (patch)
treec803a96e42d46aba1e399c032f132a2dd9cae94b /examples
parent0d76da7d85d04678f41f4e8b7e9e44cbd3a9c20b (diff)
Remove sgengine from scenegraph examples CMake project file
Change-Id: Ifb2f986ec9d4fd0bfdd35f2e59d7d1d916ac2098 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/scenegraph/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/CMakeLists.txt b/examples/quick/scenegraph/CMakeLists.txt
index 225074556b..61e66aa322 100644
--- a/examples/quick/scenegraph/CMakeLists.txt
+++ b/examples/quick/scenegraph/CMakeLists.txt
@@ -6,7 +6,6 @@ add_subdirectory(threadedanimation)
if(QT_FEATURE_opengl OR QT_FEATURE_opengles2 OR QT_FEATURE_opengles3)
add_subdirectory(graph)
add_subdirectory(simplematerial)
- add_subdirectory(sgengine)
add_subdirectory(fboitem)
add_subdirectory(openglunderqml)
add_subdirectory(textureinthread)