calendarui/calenplugins/calensettingsplugin/calensettingsplugin.pro
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 46 ecd7b9840282
--- a/calendarui/calenplugins/calensettingsplugin/calensettingsplugin.pro	Mon May 03 12:30:32 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,59 +0,0 @@
-#
-# 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: This is the project file defnition for calensettingsplugin.
-#
-
-
-TEMPLATE = lib
-TARGET = calensettingsplugin
-DEPENDPATH += . \
-			  ./inc \
-			  ./src
-INCLUDEPATH += . \
-               ../../inc
-
-CONFIG += hb plugin
-
-
-symbian: {
-
-    TARGET.EPOCALLOWDLLDATA = 1  
-    TARGET.UID3 = 0x2002B338
-	
-    LIBS += -lcalensettings \
-		-lcpframework
-
-    deploy.path = C:
-    headers.sources = qmakepluginstubs/calensettingsplugin.qtplugin
-    headers.path = /resource/qt/plugins/controlpanel
-
-    # This is for new exporting system coming in garden
-    for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$deploy.path$$headers.path/$$basename(header)"
-
-    TARGET.CAPABILITY = CAP_GENERAL_DLL
-
-    plugin.sources = calensettingsplugin.dll
-    plugin.path = \resource\qt\plugins\controlpanel
-    DEPLOYMENT += plugin
-}
-
-# Input
-HEADERS += calensettingsplugin.h \
-		   calendarsettingsview.h
-		   
-SOURCES += calensettingsplugin.cpp \
-		   calendarsettingsview.cpp
-		   
-
-# End of file	--Don't remove this.
\ No newline at end of file