example/smfclientapp/smfclientapp.pro
changeset 10 1d94eb8df9c2
parent 9 b85b0c039c14
equal deleted inserted replaced
9:b85b0c039c14 10:1d94eb8df9c2
     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