diff -r 40a3f856b14d -r 41a7f70b3818 phoneplugins/csplugin/tsrc/automaticanswertest/automaticanswertest.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phoneplugins/csplugin/tsrc/automaticanswertest/automaticanswertest.pro Tue Aug 31 15:14:29 2010 +0300 @@ -0,0 +1,30 @@ +TEMPLATE = app +CONFIG += hb + +TRANSLATIONS = automaticanswertest.ts + +symbian { + TARGET = automaticanswertest + TARGET.UID3 = 0xE23CECCD + TARGET.CAPABILITY = ALL -TCB + #-NetworkControl \ + # -NetworkServices \ + # -ReadDeviceData \ + # -MultimediaDD + INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE \ + /epoc32/include/platform \ + /epoc32/include/ecom + LIBS+= -letelmm + LIBS+= -letel + LIBS+= -leuser + LIBS+= -lecom + } + + +HEADERS += automaticanswertest.h \ + etelincomingcallmonitor.h +SOURCES += main.cpp \ + automaticanswertest.cpp \ + etelincomingcallmonitor.cpp +FORMS += +RESOURCES +=