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 += \ |
2 |
mouse.h |
|
3 |
SOURCES += \ |
|
4 |
main.cpp \ |
|
5 |
mouse.cpp |
|
6 |
||
7 |
RESOURCES += \ |
|
8 |
mice.qrc |
|
9 |
||
10 |
# install |
|
11 |
target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/collidingmice |
|
12 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS collidingmice.pro images |
|
13 |
sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/collidingmice |
|
14 |
INSTALLS += target sources |
|
15 |
||
16 |
symbian { |
|
17 |
TARGET.UID3 = 0xA000A643 |
|
18 |
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
|
19 |
} |