aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
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 /sync.profile
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 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 961c85b6ce..43364046f0 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,6 +1,7 @@
%modules = ( # path to module name map
"QtQml" => "$basedir/src/qml",
"QtQuick" => "$basedir/src/quick",
+ "QtQuickWidgets" => "$basedir/src/quickwidgets",
"QtQuickParticles" => "$basedir/src/particles",
"QtQuickTest" => "$basedir/src/qmltest",
"QtQmlDevTools" => "$basedir/src/qmldevtools",