homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice_global.h
changeset 77 4b195f3bea29
parent 35 f9ce957a272c
child 97 66b5fe3c07fd
equal deleted inserted replaced
61:2b1b11a301d2 77:4b195f3bea29
    17 
    17 
    18 #ifndef HSMENUSERVICE_GLOBAL_H
    18 #ifndef HSMENUSERVICE_GLOBAL_H
    19 #define HSMENUSERVICE_GLOBAL_H
    19 #define HSMENUSERVICE_GLOBAL_H
    20 
    20 
    21 // System includes
    21 // System includes
    22 #include <Qt/qglobal.h>
    22 #include <qglobal.h>
    23 
    23 
    24 #ifdef MENUSERVICE_LIB
    24 #ifdef MENUSERVICE_LIB
    25 #define MENUSERVICE_EXPORT Q_DECL_EXPORT
    25 #define MENUSERVICE_EXPORT Q_DECL_EXPORT
    26 #else
    26 #else
    27 #ifdef MENUSERVICE_TEST
    27 #ifdef MENUSERVICE_TEST