phonebookui/cnthistorymodel/cnthistorymodel.pro
changeset 81 640d30f4fb64
parent 72 6abfb1094884
equal deleted inserted replaced
77:c18f9fa7f42e 81:640d30f4fb64
    21 
    21 
    22 TEMPLATE = lib
    22 TEMPLATE = lib
    23 TARGET = cnthistorymodel
    23 TARGET = cnthistorymodel
    24 CONFIG += hb
    24 CONFIG += hb
    25 
    25 
    26 DEFINES += dll \
    26 DEFINES += dll
    27     BUILD_CNTHISTORYMODEL
    27 DEFINES += BUILD_CNTHISTORYMODEL
    28     
    28     
    29 MOC_DIR = moc
    29 MOC_DIR = moc
    30 
    30 
    31 TARGET.CAPABILITY = CAP_GENERAL_DLL
    31 TARGET.CAPABILITY = CAP_GENERAL_DLL
    32 TARGET.EPOCALLOWDLLDATA = 1
    32 TARGET.EPOCALLOWDLLDATA = 1
    33 TARGET.UID3 = 0x2002E6EC
    33 TARGET.UID3 = 0x2002E6EC
    34 
    34 
    35 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    35 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    36 INCLUDEPATH += ../../inc
    36 INCLUDEPATH += ../../inc
    37 INCLUDEPATH += inc
       
    38 
    37 
    39 HEADERS += \
    38 HEADERS += \
    40     inc/cnthistorymodelglobal.h \
    39     cnthistorymodelglobal.h \
    41     inc/cnthistorymodelconsts.h \
    40     cnthistorymodelconsts.h \
    42     inc/cnthistorymodel.h \
    41     cnthistorymodel.h \
    43     inc/cnthistorymodel_p.h 
    42     cnthistorymodel_p.h 
    44 
    43 
    45 SOURCES += \
    44 SOURCES += \
    46     src/cnthistorymodel_p.cpp \
    45     cnthistorymodel_p.cpp \
    47     src/cnthistorymodel.cpp
    46     cnthistorymodel.cpp
    48     
    47     
    49 LIBS += -llogsengine \
    48 LIBS += -llogsengine \
    50         -lQtContacts \
    49         -lQtContacts \
    51         -lmsghistory
    50         -lmsghistory
    52 
    51