summaryrefslogtreecommitdiff
path: root/examples/customvideosurface/customvideoitem/customvideoitem.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/customvideosurface/customvideoitem/customvideoitem.pro')
-rw-r--r--examples/customvideosurface/customvideoitem/customvideoitem.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/customvideosurface/customvideoitem/customvideoitem.pro b/examples/customvideosurface/customvideoitem/customvideoitem.pro
index a2a7a1e6e..92d1e8dbc 100644
--- a/examples/customvideosurface/customvideoitem/customvideoitem.pro
+++ b/examples/customvideosurface/customvideoitem/customvideoitem.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = customvideoitem
-QT += multimedia multimediawidgets
+QT += multimedia multimediawidgets widgets
contains(QT_CONFIG, opengl): QT += opengl
@@ -17,5 +17,3 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/customvideoitem
INSTALLS += target sources
-
-QT+=widgets