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

LOCAL_SOURCES = filereader.cpp main.cpp
LOCAL_HEADERS = filereader.h trace.h

SOURCES += $$LOCAL_SOURCES
HEADERS += $$LOCAL_HEADERS

RESOURCES += qmlvideofx.qrc

SNIPPETS_PATH = ../snippets
include($$SNIPPETS_PATH/performancemonitor/performancemonitordeclarative.pri)

maemo6: {
    DEFINES += SMALL_SCREEN_LAYOUT
    DEFINES += SMALL_SCREEN_PHYSICAL
}

include(qmlapplicationviewer/qmlapplicationviewer.pri)

target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/video/qmlvideofx
INSTALLS += target