#ifndef SHOWUNIT_GLOBAL_H #define SHOWUNIT_GLOBAL_H #include <QtCore/qglobal.h> #if defined(SHOWUNIT_LIBRARY) # define SHOWUNITSHARED_EXPORT Q_DECL_EXPORT #else # define SHOWUNITSHARED_EXPORT Q_DECL_IMPORT #endif #endif // SHOWUNIT_GLOBAL_H