homescreenapp/hsutils/inc/hsutils_global.h
changeset 69 87476091b3f5
parent 35 f9ce957a272c
equal deleted inserted replaced
67:474929a40a0f 69:87476091b3f5
    17 
    17 
    18 
    18 
    19 #ifndef HSUTILS_GLOBAL_H
    19 #ifndef HSUTILS_GLOBAL_H
    20 #define HSUTILS_GLOBAL_H
    20 #define HSUTILS_GLOBAL_H
    21 
    21 
    22 #include <Qt/qglobal.h>
    22 #include <qglobal.h>
    23 
    23 
    24 
    24 
    25 #ifdef HSUTILS_LIB
    25 #ifdef HSUTILS_LIB
    26 	#define HSUTILS_EXPORT Q_DECL_EXPORT
    26 	#define HSUTILS_EXPORT Q_DECL_EXPORT
    27 #else
    27 #else