phonebookui/pbkcommonui/pbkcommonui.pro
changeset 54 47627ab5d7a4
parent 53 e6aff7b69165
child 61 d30183af6ca6
equal deleted inserted replaced
53:e6aff7b69165 54:47627ab5d7a4
    95     inc/cnteditview_p.h \
    95     inc/cnteditview_p.h \
    96     inc/cnteditviewlistmodel.h \
    96     inc/cnteditviewlistmodel.h \
    97     inc/cnteditviewdetailitem.h \
    97     inc/cnteditviewdetailitem.h \
    98     inc/cnteditviewheadingitem.h \
    98     inc/cnteditviewheadingitem.h \
    99     inc/cntstringmapper.h \
    99     inc/cntstringmapper.h \
   100     inc/cntmycardselectionview.h \
       
   101     inc/cntmycardview.h \
   100     inc/cntmycardview.h \
   102     inc/cntgroupmemberview.h \
   101     inc/cntgroupmemberview.h \
       
   102     inc/cntgroupmemberview_p.h \
   103     inc/cntgroupactionsview.h \
   103     inc/cntgroupactionsview.h \
   104     inc/cntgroupeditormodel.h \
   104     inc/cntgroupeditormodel.h \
   105     inc/cnthistoryview.h \
   105     inc/cnthistoryview.h \
   106     inc/cnthistoryviewitem.h \
   106     inc/cnthistoryviewitem.h \
   107     inc/cntgroupdeletepopupmodel.h \
   107     inc/cntgroupdeletepopupmodel.h \
   138     inc/cntsettingsmodel.h \
   138     inc/cntsettingsmodel.h \
   139     inc/cntcommondetailviewitem.h \
   139     inc/cntcommondetailviewitem.h \
   140     ../../inc/cntdebug.h \
   140     ../../inc/cntdebug.h \
   141     inc/cntactionpopup_p.h \
   141     inc/cntactionpopup_p.h \
   142     inc/cntactionpopup.h \
   142     inc/cntactionpopup.h \
   143     inc/cntsavemanager.h
   143     inc/cntsavemanager.h \
       
   144     inc/cntkeygrabber.h
   144     
   145     
   145     
   146     
   146 SOURCES += \
   147 SOURCES += \
   147 	src/cntviewnavigator.cpp \
   148 	src/cntviewnavigator.cpp \
   148 	src/cntdefaultviewfactory.cpp \
   149 	src/cntdefaultviewfactory.cpp \
   174     src/cnteditviewlistmodel.cpp \
   175     src/cnteditviewlistmodel.cpp \
   175     src/cnteditviewitembuilder.cpp \
   176     src/cnteditviewitembuilder.cpp \
   176     src/cnteditviewdetailitem.cpp \
   177     src/cnteditviewdetailitem.cpp \
   177     src/cnteditviewheadingitem.cpp \
   178     src/cnteditviewheadingitem.cpp \
   178     src/cnteditviewseparator.cpp \
   179     src/cnteditviewseparator.cpp \
   179     src/cntmycardselectionview.cpp \
       
   180     src/cntmycardview.cpp \
   180     src/cntmycardview.cpp \
   181     src/cntgroupmemberview.cpp\
   181     src/cntgroupmemberview.cpp\
       
   182     src/cntgroupmemberview_p.cpp\
   182     src/cntgroupactionsview.cpp \
   183     src/cntgroupactionsview.cpp \
   183     src/cntgroupeditormodel.cpp \
   184     src/cntgroupeditormodel.cpp \
   184     src/cnthistoryview.cpp \
   185     src/cnthistoryview.cpp \
   185     src/cnthistoryviewitem.cpp \
   186     src/cnthistoryviewitem.cpp \
   186     src/cntgroupdeletepopupmodel.cpp \
   187     src/cntgroupdeletepopupmodel.cpp \
   213     src/cntdetailorderinghelper.cpp \
   214     src/cntdetailorderinghelper.cpp \
   214     src/cntsettingsmodel.cpp \
   215     src/cntsettingsmodel.cpp \
   215     src/cntcommondetailviewitem.cpp \
   216     src/cntcommondetailviewitem.cpp \
   216     src/cntactionpopup_p.cpp \
   217     src/cntactionpopup_p.cpp \
   217     src/cntactionpopup.cpp \
   218     src/cntactionpopup.cpp \
   218     src/cntsavemanager.cpp
   219     src/cntsavemanager.cpp \
       
   220     src/cntkeygrabber.cpp
       
   221 
       
   222 DOCML += resources/contacts_contactcard.docml \
       
   223          resources/contacts_ev.docml \
       
   224          resources/contacts_mc.docml \
       
   225          resources/contacts_if.docml \
       
   226          resources/contacts_list.docml \
       
   227          resources/contacts_namelist.docml \
       
   228          resources/contacts_groupactions.docml \
       
   229          resources/contacts_history.docml \
       
   230          resources/contacts_editor.docml \
       
   231          resources/contacts_sim.docml \
       
   232          resources/contacts_favorite.docml \
       
   233          resources/contacts_favmember.docml \
       
   234          resources/contacts_collections.docml \
       
   235          resources/contacts_groupmembers.docml \
       
   236          resources/contacts_detail_editor.docml \
       
   237          resources/contacts_fetchdialog.docml \
       
   238          resources/contacts_settings.docml
   219     
   239     
   220 RESOURCES += resources/pbkcommonui.qrc
   240 RESOURCES += resources/pbkcommonui.qrc
   221 
   241 
   222 LIBS+= -lhbcore \
   242 LIBS+= -lhbcore \
   223        -lxqservice \
   243        -lxqservice \