diff -r fd30d51f876b -r a949c2543c15 clock/clockui/clockplugins/datetimesettingsplugin/datetimesettingsplugin.pro --- a/clock/clockui/clockplugins/datetimesettingsplugin/datetimesettingsplugin.pro Mon May 03 12:30:32 2010 +0300 +++ b/clock/clockui/clockplugins/datetimesettingsplugin/datetimesettingsplugin.pro Fri May 14 15:51:09 2010 +0300 @@ -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.