example/smfclientapp/smfclientapp.pro
author cgandhi
Thu, 05 Aug 2010 16:35:33 +0530
changeset 16 b78fa4cdbf2b
parent 14 a469c0e6e7fb
child 17 106a4bfcb866
permissions -rw-r--r--
pushing the demo application

TEMPLATE = app
TARGET = smfclientapp
DEFINES += WRITE_LOG #\
    #OLDER_QT_MOBILITY
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.dll
symbian:TARGET.CAPABILITY = ReadUserData \
    WriteUserData \
    LocalServices \
    NetworkServices \
    UserEnvironment \
    ReadDeviceData \
    WriteDeviceData