aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-12-18 12:24:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-17 14:37:33 +0100
commit742a7a0bd18d4ec23288b132a0e190235bff0547 (patch)
tree0935bcbedd0d07349b092706557767cfc473d350 /src/src.pro
parente6a5e693a5abeab1a1634b71da33c9c93e2e7b98 (diff)
Introducing QQuickWidget
Renders into an FBO, and provides a texture that is composed by the QPA/widget kernel compositor. Also introducing QQuickRenderControl, which is private API for now. Change-Id: I710c16e1506124a17f91e87344496471803a448b Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
index fb61d49ed9..0cffc9abc0 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -15,4 +15,6 @@ SUBDIRS += \
imports \
qmldevtools
+qtHaveModule(widgets):SUBDIRS += quickwidgets
+
qmldevtools.CONFIG = host_build