source: trunk/examples/animation/animatedtiles/animatedtiles.pro@ 1039

Last change on this file since 1039 was 769, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

  • Property svn:eol-style set to native
File size: 394 bytes
Line 
1SOURCES = main.cpp
2RESOURCES = animatedtiles.qrc
3
4# install
5target.path = $$[QT_INSTALL_EXAMPLES]/animation/animatedtiles
6sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS animatedtiles.pro images
7sources.path = $$[QT_INSTALL_EXAMPLES]/animation/animatedtiles
8INSTALLS += target sources
9
10symbian {
11 TARGET.UID3 = 0xA000D7D1
12 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
13}
Note: See TracBrowser for help on using the repository browser.