example/smfclientapp/smfclientapp.pro
author cgandhi
Mon, 11 Oct 2010 21:59:54 +0530
changeset 26 83d6a149c755
parent 17 106a4bfcb866
permissions -rw-r--r--
Submitting following changes - AuthApps for Last.fm and Twitter added API for checking ServiceAuthorization added for SMFCredMgrClient API added for forcefully removing credential details from SMFCredMgr Extra argument checks in SMfClient APIs APIs for service login and logout from SMFClient Redundant members removed from SmfServerSymbian DSM bug fixes Test Apps included

TEMPLATE = app
TARGET = smfclientapp
DEFINES += WRITE_LOG
QT += core \
    gui \
    network \
    webkit
CONFIG += mobility
MOBILITY = contacts \
    location
HEADERS += posttestui.h \
    displaywidget.h \
    testscreen.h \
    smfclientapp.h
SOURCES += posttestui.cpp \
    displaywidget.cpp \
    testscreen.cpp \
    smfclientapp_reg.rss \
    main.cpp \
    smfclientapp.cpp
FORMS += posttestui.ui \
    displaywidget.ui \
    smfclientapp.ui
RESOURCES += 
symbian:TARGET.UID3 = 0xE08059D6
symbian:LIBS += -lsmfclient -lsmfcommon
symbian:TARGET.CAPABILITY = ReadUserData \
    WriteUserData \
    LocalServices \
    NetworkServices \
    UserEnvironment \
    ReadDeviceData \
    WriteDeviceData