| author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
| Thu, 02 Sep 2010 21:20:32 +0300 | |
| changeset 34 | a33bf25e6f72 |
| parent 19 | fcece45ef507 |
| permissions | -rw-r--r-- |
| 0 | 1 |
HEADERS += stickman.h \ |
2 |
animation.h \ |
|
3 |
node.h \ |
|
4 |
lifecycle.h \ |
|
5 |
graphicsview.h |
|
6 |
SOURCES += main.cpp \ |
|
7 |
stickman.cpp \ |
|
8 |
animation.cpp \ |
|
9 |
node.cpp \ |
|
10 |
lifecycle.cpp \ |
|
11 |
graphicsview.cpp |
|
12 |
||
13 |
RESOURCES += stickman.qrc |
|
14 |
||
15 |
# install |
|
16 |
target.path = $$[QT_INSTALL_EXAMPLES]/animation/stickman |
|
17 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS stickman.pro |
|
18 |
sources.path = $$[QT_INSTALL_EXAMPLES]/animation/stickman |
|
19 |
INSTALLS += target sources |
|
|
19
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
20 |
|
|
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
21 |
symbian {
|
|
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
22 |
TARGET.UID3 = 0xA000E3F9 |
|
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
23 |
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
|
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
24 |
} |