example/smfclientapp/smfclientapp.pro
changeset 14 a469c0e6e7fb
parent 6 c39a6cfd1fb9
child 17 106a4bfcb866
equal deleted inserted replaced
13:b5d63d5fc252 14:a469c0e6e7fb
     7     network \
     7     network \
     8     webkit
     8     webkit
     9 CONFIG += mobility
     9 CONFIG += mobility
    10 MOBILITY = contacts \
    10 MOBILITY = contacts \
    11     location
    11     location
    12 HEADERS += displaywidget.h \
    12 HEADERS += posttestui.h \
       
    13     displaywidget.h \
    13     testscreen.h \
    14     testscreen.h \
    14     smfclientapp.h
    15     smfclientapp.h
    15 SOURCES += displaywidget.cpp \
    16 SOURCES += posttestui.cpp \
       
    17     displaywidget.cpp \
    16     testscreen.cpp \
    18     testscreen.cpp \
    17     smfclientapp_reg.rss \
    19     smfclientapp_reg.rss \
    18     main.cpp \
    20     main.cpp \
    19     smfclientapp.cpp
    21     smfclientapp.cpp
    20 FORMS += displaywidget.ui \
    22 FORMS += posttestui.ui \
       
    23     displaywidget.ui \
    21     smfclientapp.ui
    24     smfclientapp.ui
    22 RESOURCES += 
    25 RESOURCES += 
    23 symbian:TARGET.UID3 = 0xE08059D4
    26 symbian:TARGET.UID3 = 0xE08059D6
    24 symbian:LIBS += -lsmfclient.dll
    27 symbian:LIBS += -lsmfclient.dll
    25 symbian:TARGET.CAPABILITY = ReadUserData \
    28 symbian:TARGET.CAPABILITY = ReadUserData \
    26     WriteUserData \
    29     WriteUserData \
    27     LocalServices \
    30     LocalServices \
    28     NetworkServices \
    31     NetworkServices \
    29     UserEnvironment
    32     UserEnvironment \
       
    33     ReadDeviceData \
       
    34     WriteDeviceData