author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 27 May 2010 13:40:48 +0300 | |
changeset 23 | 89e065397ea6 |
parent 19 | fcece45ef507 |
child 30 | 5dc02b23752f |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = app |
2 |
TARGET = weatherinfo |
|
3 |
SOURCES = weatherinfo.cpp |
|
4 |
RESOURCES = weatherinfo.qrc |
|
5 |
QT += network svg |
|
6 |
||
7 |
symbian { |
|
8 |
TARGET.UID3 = 0xA000CF77 |
|
9 |
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
|
10 |
HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h |
|
19
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
11 |
LIBS += -lesock -lcommdb -linsock # For IAP selection |
0 | 12 |
TARGET.CAPABILITY = NetworkServices |
13 |
} |
|
14 |
||
15 |
target.path = $$[QT_INSTALL_DEMOS]/embedded/weatherinfo |
|
16 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro |
|
17 |
sources.path = $$[QT_INSTALL_DEMOS]/embedded/weatherinfo |
|
18 |
INSTALLS += target sources |