homescreenapp/hsapplication/hsapplication.pri
changeset 63 52b0f64eeb51
parent 36 cdae8c6c3876
equal deleted inserted replaced
62:341166945d65 63:52b0f64eeb51
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description:
    14 # Description:
    15 #
    15 #
    16 
    16 
    17 HEADERS += ./inc/hshomescreen.h
    17 HEADERS += ./inc/hshomescreen.h \
       
    18            ./inc/hsstatemachine.h
    18 SOURCES += ./src/hshomescreen.cpp \
    19 SOURCES += ./src/hshomescreen.cpp \
       
    20            ./src/hsstatemachine.cpp \        
    19            ./src/main.cpp
    21            ./src/main.cpp
    20 symbian:{
    22 symbian:{
    21     HEADERS += ./inc/hshomescreenclientserviceprovider.h
    23     HEADERS += ./inc/hshomescreenclientserviceprovider.h \
    22     SOURCES += ./src/hshomescreenclientserviceprovider.cpp 
    24                ./inc/hsrecoverymanager.h
       
    25     SOURCES += ./src/hshomescreenclientserviceprovider.cpp \
       
    26                ./src/hsrecoverymanager.cpp
    23 }
    27 }