author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 09:15:16 +0300 | |
branch | RCL_3 |
changeset 10 | 68d3b337861b |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = app |
2 |
SOURCES = raycasting.cpp |
|
3 |
RESOURCES += raycasting.qrc |
|
4 |
||
5 |
symbian { |
|
6 |
TARGET.UID3 = 0xA000CF76 |
|
7 |
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
|
8 |
} |
|
9 |
||
10 |
target.path = $$[QT_INSTALL_DEMOS]/embedded/raycasting |
|
11 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro |
|
12 |
sources.path = $$[QT_INSTALL_DEMOS]/embedded/raycasting |
|
13 |
INSTALLS += target sources |