homescreenapp/homescreenapp.pro
changeset 77 4b195f3bea29
parent 46 23b5d6a29cce
equal deleted inserted replaced
61:2b1b11a301d2 77:4b195f3bea29
    16 
    16 
    17 TEMPLATE = subdirs
    17 TEMPLATE = subdirs
    18 
    18 
    19 SUBDIRS  += hsutils \
    19 SUBDIRS  += hsutils \
    20             hsdomainmodel \
    20             hsdomainmodel \
    21             runtimeplugins \
       
    22             serviceproviders \
    21             serviceproviders \
    23             stateplugins \
    22             stateplugins \
    24             widgetplugins \
    23             widgetplugins \
    25             hsapplication \
    24             hsapplication \
    26             hsmenuclientplugin 
    25             hsmenuclientplugin 
    27 
    26 
    28 symbian: {
    27 symbian: {
    29 SUBDIRS  += hshomescreenclientplugin \
    28 SUBDIRS  += hshomescreenclientplugin \
    30             hswidgetuninstaller
    29             hswidgetuninstaller \
       
    30             hsapplicationlauncher
    31 }
    31 }
    32 
    32 
    33 SUBDIRS  += ./../tsrc
    33 exists(./../tsrc/tsrc.pro): SUBDIRS  += ./../tsrc
    34 
    34 
    35 CONFIG += ordered
    35 CONFIG += ordered
    36 
    36 
    37 symbian:include(homescreenapp_exports_to_rom.pri)
    37 symbian:include(homescreenapp_exports_to_rom.pri)