clock/clockui/clockplugins/datetimesettingsplugin/datetimesettingsplugin.pro
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 57 bb2d3e476f29
--- a/clock/clockui/clockplugins/datetimesettingsplugin/datetimesettingsplugin.pro	Mon May 03 12:30:32 2010 +0300
+++ b/clock/clockui/clockplugins/datetimesettingsplugin/datetimesettingsplugin.pro	Mon Jun 28 15:22:02 2010 +0530
@@ -17,31 +17,35 @@
 
 TEMPLATE = lib
 TARGET = datetimesettingsplugin
+CONFIG += hb plugin
+
 DEPENDPATH += . \
 			  ./inc \
 			  ./src
+			  
 INCLUDEPATH += . \
-               ../../clocksettingsview/inc
-
-CONFIG += hb plugin
-
-LIBS += -lcpframework
+				../../../inc \
+				../../../clockmw/clocktimezone/inc \
+				../../clocksettingsview/inc
 
-# Input
-HEADERS += datetimesettingsplugin.h \
-		   datetimesettingsview.h
+LIBS += \
+		-lcpframework \
+		-ltimezoneclient \
+		-lclocksettingsview \
+
+HEADERS += \
+			datetimesettingsplugin.h \
+			datetimesettingsview.h
 		   
-SOURCES += datetimesettingsplugin.cpp \
-		   datetimesettingsview.cpp
+SOURCES += \
+			datetimesettingsplugin.cpp \
+			datetimesettingsview.cpp
 
 symbian: {
     TARGET.EPOCALLOWDLLDATA = 1  
     TARGET.UID3 = 0x102818E9
+	TARGET.CAPABILITY = CAP_GENERAL_DLL
 	
-	LIBS += -lclocksettingsview
-}
-
-symbian {
     deploy.path = C:
     headers.sources = qmakepluginstubs/datetimesettingsplugin.qtplugin
     headers.path = /resource/qt/plugins/controlpanel
@@ -49,9 +53,9 @@
     # 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 = datetimesettingsplugin.dll
 plugin.path = \resource\qt\plugins\controlpanel
-DEPLOYMENT += plugin
\ No newline at end of file
+DEPLOYMENT += plugin
+
+# End of file	--Don't remove this.