common.pri
changeset 103 b99b84bcd2d1
parent 66 32469d7d46ff
child 109 e0aa398e6810
equal deleted inserted replaced
83:156f692b1687 103:b99b84bcd2d1
    75     TARGET.EPOCALLOWDLLDATA=1
    75     TARGET.EPOCALLOWDLLDATA=1
    76 }
    76 }
    77 
    77 
    78 win32 {
    78 win32 {
    79     # add platfrom API for windows
    79     # add platfrom API for windows
    80     INCLUDEPATH += \
    80     INCLUDEPATH += \                
    81                 $$PWD/homescreensrv_plat/appruntimemodel_api \
       
    82                 $$PWD/homescreensrv_plat/contentstorage_api \
    81                 $$PWD/homescreensrv_plat/contentstorage_api \
    83                 $$PWD/homescreensrv_plat/hswidgetmodel_api \
    82                 $$PWD/homescreensrv_plat/hswidgetmodel_api \                
    84                 $$PWD/homescreensrv_plat/statemodel_api \
       
    85                 $$PWD/homescreensrv_plat/homescreen_information_api/inc
    83                 $$PWD/homescreensrv_plat/homescreen_information_api/inc
    86 }
    84 }
    87 
    85 
    88 plugin: !isEmpty(PLUGIN_SUBDIR): DESTDIR = $$OUTPUT_DIR/$$PLUGIN_SUBDIR
    86 plugin: !isEmpty(PLUGIN_SUBDIR): DESTDIR = $$OUTPUT_DIR/$$PLUGIN_SUBDIR
    89 
    87