This commit is contained in:
2020-04-09 20:19:56 +08:00
parent 2594deaa06
commit 30b19634ff
15 changed files with 135 additions and 93 deletions
+9 -5
View File
@@ -3,16 +3,20 @@
#include <QtCore/qglobal.h>
QT_BEGIN_NAMESPACE
#ifdef QtDlink
#if defined(DLINK_LIBRARY)
# define DLINKSHARED_EXPORT Q_DECL_EXPORT
#if defined(DLINK_LIBRARY)
# define DLINKSHARED_EXPORT Q_DECL_EXPORT
#else
# define DLINKSHARED_EXPORT Q_DECL_IMPORT
#endif
#else
# define DLINKSHARED_EXPORT Q_DECL_IMPORT
#endif
define DLINKSHARED_EXPORT
#endif
QT_END_NAMESPACE
#endif // DLINKGLOBAL_H