first commit

This commit is contained in:
xin
2020-08-05 17:04:25 +08:00
commit 399e65d995
5 changed files with 193 additions and 0 deletions

12
vincecontrol_global.h Normal file
View 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