controlpanelui/src/cpprofilewrapper/cpprofilewrapper.pro
changeset 12 624337f114fe
parent 11 10d0dd0e43f1
child 33 0cfa53de576f
child 40 593f946f4fec
equal deleted inserted replaced
11:10d0dd0e43f1 12:624337f114fe
    50 
    50 
    51 HEADERS += ../inc/cpprofilemodel.h \
    51 HEADERS += ../inc/cpprofilemodel.h \
    52            ../inc/cpprofilewrappermacro.h \
    52            ../inc/cpprofilewrappermacro.h \
    53            src/cpprofilemodel_p.h
    53            src/cpprofilemodel_p.h
    54 SOURCES += src/cpprofilemodel.cpp
    54 SOURCES += src/cpprofilemodel.cpp
    55 
    55 CONFIG += hb
    56 win32 {
    56 win32 {
    57     INCLUDEPATH += $$PWD/src
    57     INCLUDEPATH += $$PWD/src
    58     INCLUDEPATH += ../inc
    58     INCLUDEPATH += ../inc
    59     SOURCES += src/cpprofilemodel_win_p.cpp
    59     SOURCES += src/cpprofilemodel_win_p.cpp
    60 }
    60 }
    61 
    61 
    62 symbian {
    62 symbian {
    63     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
    63     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
    64     							 $$APP_LAYER_SYSTEMINCLUDE \
    64     		   $$APP_LAYER_SYSTEMINCLUDE \
    65 	                 $$MOC_DIR
    65 	           $$MOC_DIR
       
    66     INCLUDEPATH += $$MW_LAYER_PLATFORM_EXPORT_PATH(cplogger)
    66 
    67 
    67     SOURCES += src/cpprofilemodel_p.cpp
    68     SOURCES += src/cpprofilemodel_p.cpp
    68 
    69 
    69     LIBS += -lprofileeng  \
    70     LIBS += -lprofileeng  \
    70             -lcentralrepository \
    71             -lcentralrepository \
    71             -lcharconv
    72             -lcharconv \
       
    73             -lcpframework  # For cplogger
    72     TARGET.CAPABILITY = All -TCB 
    74     TARGET.CAPABILITY = All -TCB 
    73     TARGET.EPOCALLOWDLLDATA = 1
    75     TARGET.EPOCALLOWDLLDATA = 1
    74     TARGET.UID3 = 0x20025FE6
    76     TARGET.UID3 = 0x20025FE6
    75 }
    77 }
    76 
    78