summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro
blob: 387e494c9970bfc91898964beeaa9391c12eaa1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = customvideoitem

QT += multimedia multimediawidgets widgets

contains(QT_CONFIG, opengl): QT += opengl

HEADERS   += videoplayer.h \
             videoitem.h

SOURCES   += main.cpp \
             videoplayer.cpp \
             videoitem.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/customvideosurface/customvideoitem
INSTALLS += target