author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 18 Aug 2010 10:37:55 +0300 | |
changeset 33 | 3e2da88830cd |
parent 30 | 5dc02b23752f |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = app |
2 |
SOURCES = lightmaps.cpp |
|
3 |
QT += network |
|
4 |
||
5 |
symbian { |
|
6 |
TARGET.UID3 = 0xA000CF75 |
|
7 |
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
|
8 |
TARGET.CAPABILITY = NetworkServices |
|
9 |
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 |
|
10 |
} |
|
11 |
||
12 |
target.path = $$[QT_INSTALL_DEMOS]/embedded/lightmaps |
|
13 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro |
|
14 |
sources.path = $$[QT_INSTALL_DEMOS]/embedded/lightmaps |
|
15 |
INSTALLS += target sources |