summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-04-06 09:18:34 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-07 03:12:30 (GMT)
commit303af8987689ee526b15d0bfb8ee41fa678e43e4 (patch)
tree9c721ab0c99328d7f989730ace3ce8f3d34e4cde
parent578b3a4570651cbad26c99f3bbeeea33c65db04f (diff)
downloadQt-303af8987689ee526b15d0bfb8ee41fa678e43e4.zip
Qt-303af8987689ee526b15d0bfb8ee41fa678e43e4.tar.gz
Qt-303af8987689ee526b15d0bfb8ee41fa678e43e4.tar.bz2
Install the animation.mng file.
Otherwise, for people who install Qt (everyone outside Nokia), the animation file isn't present. Reviewed-by: Trust Me BT: yes (cherry picked from commit 73f5131793d52d93b18a40d36599e063f18246e9)
-rw-r--r--examples/widgets/movie/movie.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/movie/movie.pro b/examples/widgets/movie/movie.pro
index b5f0a7a..1c7cbae 100644
--- a/examples/widgets/movie/movie.pro
+++ b/examples/widgets/movie/movie.pro
@@ -4,6 +4,6 @@ SOURCES = main.cpp \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/movie
-sources.files = $$SOURCES $$HEADERS $$RESOURCES movie.pro movies
+sources.files = $$SOURCES $$HEADERS $$RESOURCES movie.pro animation.mng
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/movie
INSTALLS += target sources