summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2017-06-01 12:04:12 +0200
committerPaul Lemire <paul.lemire@kdab.com>2018-03-16 13:50:19 +0000
commitf2fb6659a777cf968957bf8ce8499400d6167a16 (patch)
treea638f23f1d475c3a0461d94ac108d36a1ea21292 /configure.json
parent00b7e4b76ab0454178a7f6412100152cc52d0581 (diff)
Render: Add configure option for the OpenGL renderer
This is the first step in making the QRenderAspect more modular and not dependent on a single renderer forever. Change-Id: I27cecdcfda382859343f1b51fbe730bb998258fb Task-number: QTBUG-61151 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 7f7137cd1..1cb03323b 100644
--- a/configure.json
+++ b/configure.json
@@ -1,6 +1,7 @@
{
"subconfigs": [
"src/core",
+ "src/render",
"src/plugins/geometryloaders"
]
}