diff -r 997690c3397a -r 0b2439c3e397 bluetoothengine/btui/btdevsettingframework/btdevsettingframework.pro --- a/bluetoothengine/btui/btdevsettingframework/btdevsettingframework.pro Wed Jun 23 18:23:52 2010 +0300 +++ b/bluetoothengine/btui/btdevsettingframework/btdevsettingframework.pro Tue Jul 06 14:27:09 2010 +0300 @@ -19,30 +19,28 @@ MOC_DIR = moc DEFINES += BUILD_BTDEVSETTINGFRAMEWORK - -INCLUDEPATH += inc CONFIG += qt \ hb \ dll - -HEADERS += inc/btdevsettinginterface.h \ - inc/btabstractdevsetting.h \ - inc/btdevsettingpluginloader.h + +INCLUDEPATH += ../../../btservices_plat/bt_remote_device_setting_api/inc + +HEADERS += \ + ../../../btservices_plat/bt_remote_device_setting_api/inc/btabstractdevsetting.h + SOURCES += src/btabstractdevsetting.cpp \ src/btdevsettingpluginloader.cpp - + +defFilePath = . + symbian: { SYMBIAN_PLATFORMS = WINSCW \ ARMV5 BLD_INF_RULES.prj_exports += \ "$${LITERAL_HASH}include" \ - "inc/btdevsettingglobal.h MW_LAYER_PLATFORM_EXPORT_PATH(btdevsettingglobal.h)" \ - "inc/btdevsettinginterface.h MW_LAYER_PLATFORM_EXPORT_PATH(btdevsettinginterface.h)" \ - "inc/btabstractdevsetting.h MW_LAYER_PLATFORM_EXPORT_PATH(btabstractdevsetting.h)" \ - "inc/btdevsettingpluginloader.h MW_LAYER_PLATFORM_EXPORT_PATH(btdevsettingpluginloader.h)" \ "rom/btdevsettingframework.iby CORE_MW_LAYER_IBY_EXPORT_PATH(btdevsettingframework.iby)" TARGET.EPOCALLOWDLLDATA = 1