summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/videowidget/videowidget.pro
blob: 3f9374558497640b3e7e4270a2a0b8ec28bbc74e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TEMPLATE = app

QT += multimedia

HEADERS = \
    videoplayer.h \
    videowidget.h \
    videowidgetsurface.h

SOURCES = \
    main.cpp \
    videoplayer.cpp \
    videowidget.cpp \
    videowidgetsurface.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/videowidget
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png images
sources.path = $$[QT_INSTALL_EXAMPLES]/multimedia/videowidget
INSTALLS += target sources

symbian {
    TARGET.UID3 = 0xA000D7C3
    include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
}