phonesettings/cpphonesettingsplugins/cptelephonyutils/cptelephonyutils.pro
changeset 30 ebdbd102c78a
parent 22 6bb1b21d2484
child 51 f39ed5e045e0
equal deleted inserted replaced
27:2f8f8080a020 30:ebdbd102c78a
    21 
    21 
    22 INCLUDEPATH += inc
    22 INCLUDEPATH += inc
    23 SOURCEPATH += src
    23 SOURCEPATH += src
    24 
    24 
    25 # Input
    25 # Input
    26 HEADERS += inc/cpplugincommon.h inc/cpphonenotes.h
    26 HEADERS += inc/cpplugincommon.h \
    27 SOURCES += src/cpphonenotes.cpp
    27            inc/cpphonenotes.h \
       
    28            inc/cpphonelocalisation.h
       
    29            
       
    30 SOURCES += src/cpphonenotes.cpp \
       
    31            src/cpphonelocalisation.cpp 
       
    32            
    28 symbian: {
    33 symbian: {
    29     SOURCES += src/cpplugincommon.cpp 
    34     SOURCES += src/cpplugincommon.cpp 
    30     }
    35     }
    31 else: {
    36 else: {
    32     SOURCES += src/cpplugincommon_s.cpp
    37     SOURCES += src/cpplugincommon_s.cpp