homescreenapp/hsdomainmodel/hsdomainmodel.pri
changeset 39 4e8ebe173323
parent 36 cdae8c6c3876
child 46 23b5d6a29cce
equal deleted inserted replaced
36:cdae8c6c3876 39:4e8ebe173323
    21            ./inc/hspage.h \  
    21            ./inc/hspage.h \  
    22            ./inc/hsscene.h \
    22            ./inc/hsscene.h \
    23            ./inc/hsshortcutservice.h \
    23            ./inc/hsshortcutservice.h \
    24            ./inc/hsshortcutservice_p.h \
    24            ./inc/hsshortcutservice_p.h \
    25            ./inc/hswallpaper.h \
    25            ./inc/hswallpaper.h \
    26            ./inc/hswidgethost.h
    26            ./inc/hswidgethost.h \
    27                                
    27            ./inc/hswidgetcomponentregistry.h \
       
    28 					 ./inc/hswidgetcomponent.h                               
       
    29 					 
    28 SOURCES += ./src/hscontentservice.cpp   \           
    30 SOURCES += ./src/hscontentservice.cpp   \           
    29            ./src/hsdatabase.cpp  \                        
    31            ./src/hsdatabase.cpp  \                        
    30            ./src/hspage.cpp  \
    32            ./src/hspage.cpp  \
    31            ./src/hsscene.cpp \                        
    33            ./src/hsscene.cpp \                        
    32            ./src/hsshortcutservice.cpp \   
    34            ./src/hsshortcutservice.cpp \   
    33            ./src/hswallpaper.cpp \ 
    35            ./src/hswallpaper.cpp \ 
    34            ./src/hswidgethost.cpp
    36            ./src/hswidgethost.cpp \
       
    37            ./src/hswidgetcomponentregistry.cpp \
       
    38 					 ./src/hswidgetcomponent.cpp                               
       
    39 
    35                               
    40                               
    36 
    41