author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 08 Apr 2010 14:19:33 +0300 | |
branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 0 | 1918ee327afb |
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 |
|
7
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
20 |
|
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
21 |
symbian { |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
22 |
TARGET.UID3 = 0xA000E3F9 |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
23 |
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
24 |
} |