summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/videoplayer/videoplayer.pro
blob: ab55992e0fe94d198588aaf329158c676ee2eb22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app

QT += webenginewidgets

HEADERS += \
    mainwindow.h \
    fullscreenwindow.h \
    fullscreennotification.h

SOURCES += main.cpp \
    mainwindow.cpp \
    fullscreenwindow.cpp \
    fullscreennotification.cpp

RESOURCES += \
    data/videoplayer.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/videoplayer
INSTALLS += target