add cmakelists.txt

This commit is contained in:
2023-05-20 21:41:11 +08:00
parent fda57c91b0
commit 3a848ad908
4 changed files with 34 additions and 0 deletions
+39032
View File
File diff suppressed because it is too large Load Diff
+9539
View File
File diff suppressed because it is too large Load Diff
+12
View File
@@ -0,0 +1,12 @@
#ifndef QCUSTOMPLOT_GLOBAL_H
#define QCUSTOMPLOT_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(QCUSTOMPLOT_LIBRARY)
# define QCUSTOMPLOT_EXPORT Q_DECL_EXPORT
#else
# define QCUSTOMPLOT_EXPORT Q_DECL_IMPORT
#endif
#endif // QCUSTOMPLOT_GLOBAL_H