13 lines
246 B
C
13 lines
246 B
C
#ifndef VINCECONTROL_GLOBAL_H
|
|
#define VINCECONTROL_GLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
#ifdef VINCECONTROL_LIB
|
|
# define VINCECONTROL_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
# define VINCECONTROL_EXPORT Q_DECL_IMPORT
|
|
#endif
|
|
|
|
#endif // VINCECONTROL_GLOBAL_H
|