diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-26 08:19:54 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-26 08:19:54 (GMT) |
commit | 81bb198997a0f9cff9d9d57cf27cc02f7c1fdfda (patch) | |
tree | d9b71472ff1bba64f6f12fb4079e144652d5eda5 /examples/widgets/movie/movie.pro | |
parent | e7a607f0f1f7837a26bf95248504497b0534e357 (diff) | |
parent | 2a390bb481a2433a239a9198e463c9337a26db59 (diff) | |
download | Qt-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.pro | 8 |
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 +} + |