homescreenapp/common.pri
changeset 63 52b0f64eeb51
parent 51 4785f57bf3d4
child 69 87476091b3f5
equal deleted inserted replaced
62:341166945d65 63:52b0f64eeb51
    71 }
    71 }
    72 
    72 
    73 win32 {
    73 win32 {
    74     # add platfrom API for windows
    74     # add platfrom API for windows
    75     INCLUDEPATH += \                
    75     INCLUDEPATH += \                
    76                 $$PWD/../../homescreensrv/homescreensrv_plat/contentstorage_api \
    76                 $$PWD/../../homescreensrv/homescreensrv_plat/contentstorage_api \                
    77                 $$PWD/../../homescreensrv/homescreensrv_plat/hswidgetmodel_api \               
       
    78                 $$PWD/../../homescreensrv/homescreensrv_plat/homescreen_information_api/inc
    77                 $$PWD/../../homescreensrv/homescreensrv_plat/homescreen_information_api/inc
    79 }
    78 }
    80 
    79 
    81 plugin: !isEmpty(PLUGIN_SUBDIR): DESTDIR = $$OUTPUT_DIR/$$PLUGIN_SUBDIR
    80 plugin: !isEmpty(PLUGIN_SUBDIR): DESTDIR = $$OUTPUT_DIR/$$PLUGIN_SUBDIR
    82 
    81