contacts_plat/contacts_ui_extensions_api/tsrc/contactcardplugin/contactcardplugin.pro
changeset 61 d30183af6ca6
child 72 6abfb1094884
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contacts_plat/contacts_ui_extensions_api/tsrc/contactcardplugin/contactcardplugin.pro	Mon Aug 23 16:06:28 2010 +0300
@@ -0,0 +1,52 @@
+#
+# 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
+CONFIG += plugin hb
+TARGET = $$qtLibraryTarget(contactcardplugin)
+DEPENDPATH += .
+INCLUDEPATH += .
+
+# Input
+HEADERS += \
+    contactcardextension.h \
+    extensionfactory.h
+
+SOURCES += \
+    contactcardextension.cpp \
+    extensionfactory.cpp
+
+LIBS+= -lqtcontacts \
+       -lhbcore \
+symbian:
+ {
+    load(data_caging_paths)
+    TARGET.CAPABILITY = CAP_GENERAL_DLL
+    TARGET.EPOCALLOWDLLDATA = 1
+#    TARGET.UID3 = 0x20027012
+    INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+    target.path = /sys/bin
+    INSTALLS += target
+    symbianplugin.sources = $${TARGET}.dll
+    symbianplugin.path = $$QT_PLUGINS_BASE_DIR/contacts/extensions
+    DEPLOYMENT += symbianplugin
+    
+}
+
+target.path += $$[QT_INSTALL_PLUGINS]/contacts/extensions
+INSTALLS += target