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

symbian { 
    HEADERS += sym_iap_util.h
    LIBS += -lesock -lconnmon
    TARGET.CAPABILITY = NetworkServices
}