--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookui/pbkcommonui/pbkcommonui.pro Fri Mar 19 09:27:18 2010 +0200
@@ -0,0 +1,154 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+#
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+#
+
+TEMPLATE = lib
+TARGET = pbkcommonui
+
+CONFIG += dll
+CONFIG += hb
+HB += hbcore hbwidgets hbtools hbfeedback
+QT += sql
+
+DEPENDPATH += .
+INCLUDEPATH += .
+INCLUDEPATH += ../inc
+
+INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+
+MOC_DIR = moc
+
+DEFINES += QT_DLL BUILD_QTPBK
+
+symbian: {
+ # Skip the UID2/3 thing
+ TARGET.UID3 = 0x20026792
+ TARGET.EPOCSTACKSIZE = 0x5000
+ TARGET.EPOCHEAPSIZE = "0x20000 0x2000000"
+}
+
+# Input
+HEADERS += inc/cntactions.h \
+ inc/cntbaselistview.h \
+ inc/cntbaseview.h \
+ inc/cntbasedetaileditorview.h \
+ inc/cntbaseselectionview.h \
+ inc/cntcollectionview.h \
+ inc/cntcollectionlistmodel.h \
+ inc/cntcommands.h \
+ inc/cntdetailpopup.h \
+ inc/cnteditordataviewitem.h \
+ inc/cnteditordatamodelitem.h \
+ inc/cntemaileditorview.h \
+ inc/cntnameseditorview.h \
+ inc/cnturleditorview.h \
+ inc/cntcompanyeditorview.h \
+ inc/cntphonenumbereditorview.h \
+ inc/cntaddresseditorview.h \
+ inc/cntonlineaccounteditorview.h \
+ inc/cntnoteeditorview.h \
+ inc/cntfamilydetaileditorview.h \
+ inc/cntdateeditorview.h \
+ inc/cntimageeditorview.h \
+ inc/cntfavoritesselectionview.h \
+ inc/cntfavoritesview.h \
+ inc/cntmainwindow.h \
+ inc/cntmodelprovider.h \
+ inc/cntnamesview.h \
+ inc/cntviewmanager.h \
+ inc/cntviewparameters.h \
+ inc/cntcontactcardheadingitem.h \
+ inc/cntcontactcarddatacontainer.h \
+ inc/cntcontactcardview.h \
+ inc/cntcontactcarddetailitem.h \
+ inc/cntdocumentloader.h \
+ inc/cnteditview.h \
+ inc/cnteditviewdetailitem.h \
+ inc/cnteditviewheadingitem.h \
+ inc/cntstringmapper.h \
+ inc/cntmycardselectionview.h \
+ inc/cntmycardview.h \
+ inc/cntgroupeditorview.h \
+ inc/cntgroupmemberview.h \
+ inc/cntgroupactionsview.h \
+ inc/cntsnapshotwidget.h \
+ inc/cnthistoryview.h \
+ inc/cnthistoryviewitem.h \
+ inc/cnthistoryviewitemwidget.h \
+ inc/cntgroupselectionpopup.h
+
+SOURCES += src/cntactions.cpp \
+ src/cntbaselistview.cpp \
+ src/cntbaseview.cpp \
+ src/cntbasedetaileditorview.cpp \
+ src/cntbaseselectionview.cpp \
+ src/cntcollectionview.cpp \
+ src/cntcollectionlistmodel.cpp \
+ src/cntcommands.cpp \
+ src/cntdetailpopup.cpp \
+ src/cnteditordataviewitem.cpp \
+ src/cnteditordatamodelitem.cpp \
+ src/cntemaileditorview.cpp \
+ src/cntnameseditorview.cpp \
+ src/cnturleditorview.cpp \
+ src/cntcompanyeditorview.cpp \
+ src/cntphonenumbereditorview.cpp \
+ src/cntaddresseditorview.cpp \
+ src/cntonlineaccounteditorview.cpp \
+ src/cntnoteeditorview.cpp \
+ src/cntfamilydetaileditorview.cpp \
+ src/cntdateeditorview.cpp \
+ src/cntimageeditorview.cpp \
+ src/cntfavoritesselectionview.cpp \
+ src/cntfavoritesview.cpp \
+ src/cntmainwindow.cpp \
+ src/cntmodelprovider.cpp \
+ src/cntnamesview.cpp \
+ src/cntviewmanager.cpp \
+ src/cntviewparameters.cpp \
+ src/cntcontactcarddetailitem.cpp \
+ src/cntcontactcarddatacontainer.cpp \
+ src/cntcontactcardview.cpp \
+ src/cntcontactcardheadingitem.cpp \
+ src/cntdocumentloader.cpp \
+ src/cnteditview.cpp \
+ src/cnteditviewdetailitem.cpp \
+ src/cnteditviewheadingitem.cpp \
+ src/cntmycardselectionview.cpp \
+ src/cntmycardview.cpp \
+ src/cntgroupeditorview.cpp \
+ src/cntgroupmemberview.cpp\
+ src/cntgroupactionsview.cpp \
+ src/cntsnapshotwidget.cpp \
+ src/cnthistoryview.cpp \
+ src/cnthistoryviewitem.cpp \
+ src/cnthistoryviewitemwidget.cpp \
+ src/cntgroupselectionpopup.cpp
+
+RESOURCES += resources\pbkcommonui.qrc
+
+LIBS+= -lhbcore \
+ -lxqservice \
+ -lQtContacts \
+ -lmobcntmodel \
+ -lthumbnailmanagerqt \
+ -lmobhistorymodel
+
+# capability
+TARGET.CAPABILITY = CAP_GENERAL_DLL
+
+