diff -r c464cd7e2753 -r 66c26770985f stateproviders/ftustateprovider/ftustateprovider.pro --- a/stateproviders/ftustateprovider/ftustateprovider.pro Mon Apr 19 14:01:47 2010 +0300 +++ b/stateproviders/ftustateprovider/ftustateprovider.pro Mon May 03 12:24:41 2010 +0300 @@ -40,6 +40,7 @@ LIBS += -lftuwizardmodel LIBS += -lftuwizardprovider LIBS += -lfturuntimeservices +LIBS += -lxqsettingsmanager CONFIG += debug_and_release @@ -70,7 +71,14 @@ #include(ftustateprovider_installs_symbian.pri) BLD_INF_RULES.prj_exports += "./inc/ftustateprovider_global.h |../../inc/" \ - "./inc/ftustateprovider.h |../../inc/" + "./inc/ftustateprovider.h |../../inc/" \ + "conf/ftustateprovider.confml APP_LAYER_CONFML(ftustateprovider.confml)" \ + "conf/Ftustateprovider_20026f99.crml APP_LAYER_CRML(Ftustateprovider_20026f99.crml)" + + + #Add default symbian libs required by the application (redundant/duplicate entries to be removed) + LIBS += -lcone -leikcore -lmediaclientaudio -leikcoctl -leiksrv -lapparc -lavkon + LIBS += -lefsrv -lcharconv -lws32 -lhal -lgdi -lapgrfx } win32:include(ftustateprovider_installs_win32.pri)