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

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