first commit
This commit is contained in:
12
vincecontrol_global.h
Normal file
12
vincecontrol_global.h
Normal file
@ -0,0 +1,12 @@
|
||||
#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
|
Reference in New Issue
Block a user