summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-04-06 09:18:34 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-04-06 11:17:36 (GMT)
commit73f5131793d52d93b18a40d36599e063f18246e9 (patch)
tree12903b91fc5487375f15211a1a038a135efc0b0a
parent1a125061f201bb7ee746f1eddc0604cd85a6545c (diff)
downloadQt-73f5131793d52d93b18a40d36599e063f18246e9.zip
Qt-73f5131793d52d93b18a40d36599e063f18246e9.tar.gz
Qt-73f5131793d52d93b18a40d36599e063f18246e9.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
-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