summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@nokia.com>2009-05-25 16:57:43 +0200
committerMaurice Kalinowski <maurice.kalinowski@nokia.com>2009-05-25 16:59:20 +0200
commit313e2719ac75eb6c6ff2d84f5cef9f70433d5943 (patch)
tree9974c73154a490a71dc266075bb104b0bbd3abbe /examples/widgets
parent0f0fc963a7f1691038ee36a27bb63ff3165eefba (diff)
add deployment rules...
WinCE needs those files to be able to do something useful Task-number: 254430 Task-number: 254437 Task-number: 254428 Reviewed-by: joerg BT: yes
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/movie/movie.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/widgets/movie/movie.pro b/examples/widgets/movie/movie.pro
index 1c7cbae60f..6aa5780600 100644
--- a/examples/widgets/movie/movie.pro
+++ b/examples/widgets/movie/movie.pro
@@ -7,3 +7,11 @@ target.path = $$[QT_INSTALL_EXAMPLES]/widgets/movie
sources.files = $$SOURCES $$HEADERS $$RESOURCES movie.pro animation.mng
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/movie
INSTALLS += target sources
+
+wince*: {
+ addFiles.sources += *.mng
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+ DEPLOYMENT_PLUGIN += qmng
+}
+