author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 06 Jul 2010 15:10:48 +0300 | |
changeset 30 | 5dc02b23752f |
parent 19 | fcece45ef507 |
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) |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
10 |
INCLUDEPATH += $$QT_SOURCE_TREE/examples/network/qftp/ |
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 |