homescreenapp/hsapplication/hsapplication.pri
changeset 36 cdae8c6c3876
parent 35 f9ce957a272c
child 63 52b0f64eeb51
equal deleted inserted replaced
35:f9ce957a272c 36:cdae8c6c3876
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description:
    14 # Description:
    15 #
    15 #
    16 
    16 
    17 HEADERS += ./inc/*.h
    17 HEADERS += ./inc/hshomescreen.h
    18 SOURCES += ./src/*.cpp
    18 SOURCES += ./src/hshomescreen.cpp \
       
    19            ./src/main.cpp
       
    20 symbian:{
       
    21     HEADERS += ./inc/hshomescreenclientserviceprovider.h
       
    22     SOURCES += ./src/hshomescreenclientserviceprovider.cpp 
       
    23 }