smf/smfservermodule/smfclient/smfclient.pro
author James Aley <jamesa@symbian.org>
Fri, 21 May 2010 16:43:17 +0100
changeset 11 fa1596340710
parent 10 77a56c951f86
child 14 a469c0e6e7fb
permissions -rw-r--r--
Configuring destination and link directory for desktop builds

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

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

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

# Private Headers
HEADERS += $$PUBLIC_HEADERS \
    $$PRIVATE_HEADERS
SOURCES += main.cpp

symbian: { 
    TARGET.UID3 = 0xE08059D4
    TARGET.CAPABILITY = ReadUserData \
        WriteUserData \
        LocalServices \
        NetworkServices \
        UserEnvironment
    TARGET.EPOCALLOWDLLDATA = 1
    SOURCES += smfclient_reg.rss
    LIBS += -lqjson.dll
}