summaryrefslogtreecommitdiffstats
path: root/examples/widgets/movie/movie.pro
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-26 08:19:54 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-05-26 08:19:54 (GMT)
commit81bb198997a0f9cff9d9d57cf27cc02f7c1fdfda (patch)
treed9b71472ff1bba64f6f12fb4079e144652d5eda5 /examples/widgets/movie/movie.pro
parente7a607f0f1f7837a26bf95248504497b0534e357 (diff)
parent2a390bb481a2433a239a9198e463c9337a26db59 (diff)
downloadQt-81bb198997a0f9cff9d9d57cf27cc02f7c1fdfda.zip
Qt-81bb198997a0f9cff9d9d57cf27cc02f7c1fdfda.tar.gz
Qt-81bb198997a0f9cff9d9d57cf27cc02f7c1fdfda.tar.bz2
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5
Diffstat (limited to 'examples/widgets/movie/movie.pro')
-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 1c7cbae..6aa5780 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
+}
+