example/smfclientapp/smfclientapp.pro
author cgandhi <chandradeep.gandhi@sasken.com>
Tue, 18 May 2010 17:33:55 +0530
changeset 6 c39a6cfd1fb9
permissions -rw-r--r--
Updating the source code for plugin manager, transport manager, smfserver and smfclient. sample plugins and tests are included

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