aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/qwebchannelglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webchannel/qwebchannelglobal.h')
-rw-r--r--src/webchannel/qwebchannelglobal.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/webchannel/qwebchannelglobal.h b/src/webchannel/qwebchannelglobal.h
index 59fb099..6f50bcb 100644
--- a/src/webchannel/qwebchannelglobal.h
+++ b/src/webchannel/qwebchannelglobal.h
@@ -41,19 +41,6 @@
#define QTWEBCHANNEL_H
#include <QtCore/qglobal.h>
-
-QT_BEGIN_NAMESPACE
-
-#ifndef QT_STATIC
-# if defined(QT_BUILD_WEBCHANNEL_LIB)
-# define Q_WEBCHANNEL_EXPORT Q_DECL_EXPORT
-# else
-# define Q_WEBCHANNEL_EXPORT Q_DECL_IMPORT
-# endif
-#else
-# define Q_WEBCHANNEL_EXPORT
-#endif
-
-QT_END_NAMESPACE
+#include <QtWebChannel/qtwebchannelexports.h>
#endif // QTWEBCHANNEL_H