homescreenapp/hsdomainmodel/hsdomainmodel.pri
changeset 35 f9ce957a272c
child 36 cdae8c6c3876
equal deleted inserted replaced
5:c743ef5928ba 35:f9ce957a272c
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 HEADERS +=  ./inc/hscontentservice.h \
       
    17                        ./inc/hsdatabase.h  \ 
       
    18                        ./inc/hsdomainmodel_global.h  \
       
    19                        ./inc/hspage.h \  
       
    20                         ./inc/hspagedata.h \  
       
    21                         ./inc/hsscene.h \
       
    22                         ./inc/hsscene_p.h \ 
       
    23                         ./inc/hsscenedata.h \
       
    24                         ./inc/hsshortcutservice.h \
       
    25                          ./inc/hsshortcutservice_p.h \
       
    26                          ./inc/hswallpaper.h \
       
    27                         ./inc/hswallpaper_p.h \
       
    28                         ./inc/hswidgetdata.h \                      
       
    29                           ./inc/hswidgethost.h \  
       
    30                            ./inc/hswidgetpresentationdata.h 
       
    31                                
       
    32 SOURCES += ./src/hscontentservice.cpp   \
       
    33                         ./src/hsdatabase.cpp  \
       
    34                         ./src/hspage.cpp  \
       
    35                         ./src/hspagedata.cpp  \
       
    36                         ./src/hsscene.cpp \
       
    37                         ./src/hsscenedata.cpp \
       
    38                         ./src/hsshortcutservice.cpp \   
       
    39                        ./src/hswallpaper.cpp \ 
       
    40                        ./src/hswidgetdata.cpp \       
       
    41                        ./src/hswidgethost.cpp \       
       
    42                        ./src/hswidgetpresentationdata.cpp 
       
    43                               
       
    44 win32:{
       
    45 HEADERS +=  ./inc/hscontentpublishhandler.h \
       
    46                         ./inc/hsipcchannel.h \
       
    47                         ./inc/hsipcchannelclient.h \
       
    48                         ./inc/hsipcchannelhost.h \
       
    49                         ./inc/hsipcconnectiondispatcher.h \   
       
    50                         ./inc/hsipcserver.h     
       
    51                       
       
    52 SOURCES +=  ./src/hscontentpublishhandler.cpp \
       
    53                         ./src/hsipcchannel.cpp \
       
    54                         ./src/hsipcchannelclient.cpp \
       
    55                         ./src/hsipcchannelhost.cpp \
       
    56                         ./src/hsipcconnectiondispatcher.cpp \   
       
    57                         ./src/hsipcserver.cpp 
       
    58 
       
    59 }
       
    60