test_sdk/gui/gui_global.h

13 lines
212 B
C

#ifndef GUI_GLOBAL_H
#define GUI_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(GTL_GUI_LIB)
# define GTL_GUI_EXPORT Q_DECL_EXPORT
#else
# define GTL_GUI_EXPORT Q_DECL_IMPORT
#endif
#endif // GUI_GLOBAL_H