summaryrefslogtreecommitdiffstats
path: root/examples/video/qmlvideofx/qmlvideofx.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/video/qmlvideofx/qmlvideofx.pro')
-rw-r--r--examples/video/qmlvideofx/qmlvideofx.pro28
1 files changed, 11 insertions, 17 deletions
diff --git a/examples/video/qmlvideofx/qmlvideofx.pro b/examples/video/qmlvideofx/qmlvideofx.pro
index e7e5cb0e2..d556fd77c 100644
--- a/examples/video/qmlvideofx/qmlvideofx.pro
+++ b/examples/video/qmlvideofx/qmlvideofx.pro
@@ -1,27 +1,16 @@
TEMPLATE = app
TARGET = qmlvideofx
-SOURCES += filereader.cpp \
- main.cpp
-HEADERS += filereader.h \
- trace.h
-RESOURCES += qmlvideofx.qrc
-
-qml_folder.source = qml/qmlvideofx
-qml_folder.target = qml
-DEPLOYMENTFOLDERS += qml_folder
+LOCAL_SOURCES = filereader.cpp main.cpp
+LOCAL_HEADERS = filereader.h trace.h
-images_folder.source = images
-images_folder.target =
-DEPLOYMENTFOLDERS += images_folder
+SOURCES += $$LOCAL_SOURCES
+HEADERS += $$LOCAL_HEADERS
-shaders_folder.source = shaders
-shaders_folder.target =
-DEPLOYMENTFOLDERS += shaders_folder
+RESOURCES += qmlvideofx.qrc
SNIPPETS_PATH = ../snippets
include($$SNIPPETS_PATH/performancemonitor/performancemonitordeclarative.pri)
-performanceItemAddDeployment()
maemo6: {
DEFINES += SMALL_SCREEN_LAYOUT
@@ -29,4 +18,9 @@ maemo6: {
}
include(qmlapplicationviewer/qmlapplicationviewer.pri)
-qtcAddDeployment()
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/video/qmlvideofx
+sources.files = $$LOCAL_SOURCES $$LOCAL_HEADERS $$RESOURCES *.pro images qmlapplicationviewer qmlvideofx.png shaders qml qmlvideofx.svg
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/video/qmlvideofx
+INSTALLS += target sources