summaryrefslogtreecommitdiffstats
path: root/demos/embedded/weatherinfo/weatherinfo.pro
blob: 7bff6e956912679d6877f7c329a768ff2be59d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
TARGET = weatherinfo
SOURCES = weatherinfo.cpp
RESOURCES = weatherinfo.qrc
QT += network svg

symbian {
    include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
    TARGET.UID3 = 0xA000CF77
    HEADERS += $$QT_SOURCE_TREE/examples/network/ftp/sym_iap_util.h
    LIBS += -lesock -lconnmon -linsock
    TARGET.CAPABILITY = NetworkServices
}