summaryrefslogtreecommitdiffstats
path: root/examples/qml-compositor/qml-compositor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml-compositor/qml-compositor.pro')
-rw-r--r--examples/qml-compositor/qml-compositor.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/qml-compositor/qml-compositor.pro b/examples/qml-compositor/qml-compositor.pro
index 05dff71b9..43901335f 100644
--- a/examples/qml-compositor/qml-compositor.pro
+++ b/examples/qml-compositor/qml-compositor.pro
@@ -17,6 +17,9 @@ LIBS += -L ../../lib
QT += declarative
QT += opengl
+# to be removed once scenegraph gets rid of its widget dependencies
+QT += widgets widgets-private
+
!isEmpty(QT.core.MAJOR_VERSION):greaterThan(QT.core.MAJOR_VERSION, 4) {
QT += core-private gui-private declarative-private opengl-private
}