aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-06-04 16:40:42 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-06-08 08:22:31 +0000
commitf6f5687032bd6451e52c9ef221fb6a8a5b194389 (patch)
treedcd068f83a64bfe80c1b0bc6035068c7336fe71d /src/plugins/scenegraph/CMakeLists.txt
parent245f9534ea01a8f482444b581ff995721b865751 (diff)
More porting of declarative modules
Change-Id: Ibe6d87998af1209518af87117b79778136110786 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/plugins/scenegraph/CMakeLists.txt')
-rw-r--r--src/plugins/scenegraph/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/CMakeLists.txt b/src/plugins/scenegraph/CMakeLists.txt
new file mode 100644
index 0000000000..c490b19293
--- /dev/null
+++ b/src/plugins/scenegraph/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Generated from scenegraph.pro.
+
+
+#if(QT_FEATURE_d3d12)
+# add_subdirectory(d3d12)
+#endif()
+
+if(QT_FEATURE_openvg)
+ add_subdirectory(openvg)
+endif()