smf/smfservermodule/smfclient/smfclient.pro
author cgandhi <chandradeep.gandhi@sasken.com>
Wed, 23 Jun 2010 19:51:49 +0530
changeset 14 a469c0e6e7fb
parent 11 fa1596340710
child 18 013a02bf2bb0
permissions -rw-r--r--
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.

TEMPLATE = lib
TARGET = smfclient
QT += core \
    gui \
    network
CONFIG += mobility
MOBILITY += contacts \
    location
DEFINES += WRITE_LOG \
    SMFCLIENT_LIB_EXPORT 

include(client/client.pri)
include(common/common.pri)

!symbian {
    include(../../desktop.pri)
    LIBS += -lqjson
}

HEADERS += $$PUBLIC_HEADERS \
    $$PRIVATE_HEADERS
symbian: { 
    TARGET.UID3 = 0xE08059D4
    TARGET.CAPABILITY = NetworkServices \
    	ReadUserData \
        WriteUserData \
        LocalServices \
        UserEnvironment \
        ReadDeviceData \
        WriteDeviceData
    TARGET.EPOCALLOWDLLDATA = 1
    LIBS += -lqjson.dll
}