controlpanelui/src/cpprofilewrapper/cpprofilewrapper.pro
changeset 37 cb294e641644
parent 12 624337f114fe
child 41 ab0490982943
child 42 3487b2ea501a
equal deleted inserted replaced
31:e79ce701c376 37:cb294e641644
    48 DEFINES += PROFILEWRAPPER_FREEZE
    48 DEFINES += PROFILEWRAPPER_FREEZE
    49 
    49 
    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            ../inc/cpprofilemonitor.h \
    54 SOURCES += src/cpprofilemodel.cpp
    54            src/cpprofilemodel_p.h \
       
    55            src/cpprofilemonitor_p.h 
       
    56 SOURCES += src/cpprofilemodel.cpp \
       
    57 		   src/cpprofilemonitor.cpp
    55 CONFIG += hb
    58 CONFIG += hb
    56 win32 {
    59 win32 {
    57     INCLUDEPATH += $$PWD/src
    60     INCLUDEPATH += $$PWD/src
    58     INCLUDEPATH += ../inc
    61     INCLUDEPATH += ../inc
    59     SOURCES += src/cpprofilemodel_win_p.cpp
    62     SOURCES += src/cpprofilemodel_win_p.cpp
    63     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
    66     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
    64     		   $$APP_LAYER_SYSTEMINCLUDE \
    67     		   $$APP_LAYER_SYSTEMINCLUDE \
    65 	           $$MOC_DIR
    68 	           $$MOC_DIR
    66     INCLUDEPATH += $$MW_LAYER_PLATFORM_EXPORT_PATH(cplogger)
    69     INCLUDEPATH += $$MW_LAYER_PLATFORM_EXPORT_PATH(cplogger)
    67 
    70 
    68     SOURCES += src/cpprofilemodel_p.cpp
    71     SOURCES += src/cpprofilemodel_p.cpp \
       
    72 			   src/cpprofilemonitor_p.cpp
    69 
    73 
    70     LIBS += -lprofileeng  \
    74     LIBS += -lprofileeng  \
    71             -lcentralrepository \
    75             -lcentralrepository \
    72             -lcharconv \
    76             -lcharconv \
    73             -lcpframework  # For cplogger
    77             -lcplogger \  # For cplogger
       
    78             -lxqutils
    74     TARGET.CAPABILITY = All -TCB 
    79     TARGET.CAPABILITY = All -TCB 
    75     TARGET.EPOCALLOWDLLDATA = 1
    80     TARGET.EPOCALLOWDLLDATA = 1
    76     TARGET.UID3 = 0x20025FE6
    81     TARGET.UID3 = 0x20025FE6
    77 }
    82 }
    78 
    83