common.pri
branchGCC_SURGE
changeset 105 e7325f632549
parent 103 b99b84bcd2d1
child 109 e0aa398e6810
equal deleted inserted replaced
81:5ef31a21fdd5 105:e7325f632549
    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