diff -r cdae8c6c3876 -r 4e8ebe173323 homescreenapp/hsdomainmodel/hsdomainmodel.pri --- a/homescreenapp/hsdomainmodel/hsdomainmodel.pri Fri Apr 16 14:54:01 2010 +0300 +++ b/homescreenapp/hsdomainmodel/hsdomainmodel.pri Mon May 03 12:24:59 2010 +0300 @@ -23,14 +23,19 @@ ./inc/hsshortcutservice.h \ ./inc/hsshortcutservice_p.h \ ./inc/hswallpaper.h \ - ./inc/hswidgethost.h - + ./inc/hswidgethost.h \ + ./inc/hswidgetcomponentregistry.h \ + ./inc/hswidgetcomponent.h + SOURCES += ./src/hscontentservice.cpp \ ./src/hsdatabase.cpp \ ./src/hspage.cpp \ ./src/hsscene.cpp \ ./src/hsshortcutservice.cpp \ ./src/hswallpaper.cpp \ - ./src/hswidgethost.cpp + ./src/hswidgethost.cpp \ + ./src/hswidgetcomponentregistry.cpp \ + ./src/hswidgetcomponent.cpp +