source: trunk/examples/widgets/movie/movie.pro@ 713

Last change on this file since 713 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 482 bytes
Line 
1HEADERS = movieplayer.h
2SOURCES = main.cpp \
3 movieplayer.cpp
4
5# install
6target.path = $$[QT_INSTALL_EXAMPLES]/widgets/movie
7sources.files = $$SOURCES $$HEADERS $$RESOURCES movie.pro animation.mng
8sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/movie
9INSTALLS += target sources
10
11symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
12
13wince*: {
14 addFiles.sources += *.mng
15 addFiles.path = .
16 DEPLOYMENT += addFiles
17 DEPLOYMENT_PLUGIN += qmng
18}
19
Note: See TracBrowser for help on using the repository browser.