diff -r 4b195f3bea29 -r 35368b604b28 homescreenapp/stateplugins/hsmenuworkerstateplugin/hsmenuworkerstateplugin.pro --- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/hsmenuworkerstateplugin.pro Wed Aug 18 09:40:07 2010 +0300 +++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/hsmenuworkerstateplugin.pro Thu Sep 02 20:17:27 2010 +0300 @@ -21,7 +21,7 @@ PLUGIN_SUBDIR = /private/20022F35/plugins/stateplugins include(../../common.pri) - +include(docml.pri) LIBS += -lhsdomainmodel \ -lhsmenuserviceprovider \ -lhsutils \ @@ -30,22 +30,26 @@ DEPENDPATH += ./inc \ ./src + + INCLUDEPATH += ./inc \ ../../serviceproviders/hsmenuserviceprovider/inc \ ../../hsutils/inc \ ../../hsdomainmodel/inc -symbian: { +symbian { TARGET.UID3 = 0x20022F99 -nft: { - LIBS += -lhal + nft: { + LIBS += -lhal + } + for(docmlFile, docmlFiles): DOCML+=$$docmlFile } -} + +RESOURCES += $$qrcFile include(hsmenuworkerstateplugin.pri) -RESOURCES = hsmenuworkerstateplugin.qrc