author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
child 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = app |
2 |
SOURCES = raycasting.cpp |
|
3 |
RESOURCES += qtp_raycasting.qrc |
|
4 |
||
5 |
symbian { |
|
6 |
TARGET.UID3 = 0xED83EC0A |
|
7 |
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
|
8 |
} |
|
9 |
||
10 |
target.path = $$[QT_INSTALL_PREFIX]/tests/qtp/qtp_raycasting |
|
11 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro |
|
12 |
sources.path = $$[QT_INSTALL_PREFIX]/tests/qtp/qtp_raycasting |
|
13 |
INSTALLS += target sources |