b
This commit is contained in:
+9
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user