phonesettings/cpphonesettingsplugins/telephonyplugin/telephonyplugin.pro
changeset 77 2be0b271d017
parent 21 92ab7f8d0eab
child 78 baacf668fe89
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
    30 LIBS += -lcpframework \
    30 LIBS += -lcpframework \
    31         -lcptelephonyutils
    31         -lcptelephonyutils
    32 
    32 
    33 
    33 
    34 # Input
    34 # Input
    35 HEADERS += src/cptelephonyplugin.h  \
    35 HEADERS += src/cptelephonyplugin.h \
    36 			src/cptelephonypluginview.h
    36            src/cptelephonypluginview.h
    37 SOURCES += src/cptelephonyplugin.cpp \
    37 SOURCES += src/cptelephonyplugin.cpp \
    38 		   src/cptelephonypluginview.cpp
    38            src/cptelephonypluginview.cpp
    39 
    39 
    40 include(../cpplugincommon.pri)
    40 include(../cpplugincommon.pri)
    41 
    41 
    42 symbian: {
    42 symbian: {
    43     LIBS += -lxqsysinfo \
    43     LIBS += -lxqsysinfo \
    44         -lxqsettingsmanager
    44         -lxqsettingsmanager
    45         
    45         
    46     TARGET.UID3 = 0X20029F23
    46     TARGET.UID3 = 0X20029F23
       
    47     VERSION = 10.0
    47 }
    48 }
    48 
    49 
    49 
    50 BLD_INF_RULES.prj_exports += "./rom/cptelephonyplugin_stub.sis /epoc32/data/z/system/install/cptelephonyplugin_stub.sis"
    50 
       
    51