author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 09:15:16 +0300 | |
branch | RCL_3 |
changeset 10 | 68d3b337861b |
parent 7 | 3f74d0d4af4c |
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 |
HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h |
|
7
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
9 |
LIBS += -lesock -lcommdb -linsock # For IAP selection |
0 | 10 |
TARGET.CAPABILITY = NetworkServices |
11 |
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 |
|
12 |
} |
|
13 |
||
14 |
target.path = $$[QT_INSTALL_DEMOS]/embedded/lightmaps |
|
15 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro |
|
16 |
sources.path = $$[QT_INSTALL_DEMOS]/embedded/lightmaps |
|
17 |
INSTALLS += target sources |