This commit is contained in:
2026-04-25 16:33:53 +08:00
parent c567fc1e66
commit 49b1860afe
8 changed files with 320 additions and 314 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef NUMKEYBOARD_GLOBAL_H
#define NUMKEYBOARD_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(NUMKEYBOARD_LIBRARY)
#define NUMKEYBOARD_EXPORT Q_DECL_EXPORT
#else
#define NUMKEYBOARD_EXPORT Q_DECL_IMPORT
#endif
#endif // NUMKEYBOARD_GLOBAL_H