summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideofx/qmlvideofx.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia/video/qmlvideofx/qmlvideofx.pro')
-rw-r--r--examples/multimedia/video/qmlvideofx/qmlvideofx.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/multimedia/video/qmlvideofx/qmlvideofx.pro b/examples/multimedia/video/qmlvideofx/qmlvideofx.pro
new file mode 100644
index 000000000..7779565f5
--- /dev/null
+++ b/examples/multimedia/video/qmlvideofx/qmlvideofx.pro
@@ -0,0 +1,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