example/smfclientapp/smfclientapp.pro
changeset 6 c39a6cfd1fb9
equal deleted inserted replaced
5:edb9dc8273d9 6:c39a6cfd1fb9
       
     1 TEMPLATE = app
       
     2 TARGET = smfclientapp
       
     3 DEFINES += WRITE_LOG #\
       
     4     #OLDER_QT_MOBILITY
       
     5 QT += core \
       
     6     gui \
       
     7     network \
       
     8     webkit
       
     9 CONFIG += mobility
       
    10 MOBILITY = contacts \
       
    11     location
       
    12 HEADERS += displaywidget.h \
       
    13     testscreen.h \
       
    14     smfclientapp.h
       
    15 SOURCES += displaywidget.cpp \
       
    16     testscreen.cpp \
       
    17     smfclientapp_reg.rss \
       
    18     main.cpp \
       
    19     smfclientapp.cpp
       
    20 FORMS += displaywidget.ui \
       
    21     smfclientapp.ui
       
    22 RESOURCES += 
       
    23 symbian:TARGET.UID3 = 0xE08059D4
       
    24 symbian:LIBS += -lsmfclient.dll
       
    25 symbian:TARGET.CAPABILITY = ReadUserData \
       
    26     WriteUserData \
       
    27     LocalServices \
       
    28     NetworkServices \
       
    29     UserEnvironment