|
Lines 22-43
WebKit/qt/Api/qwebkitglobal.h_sec1
|
| 22 |
|
22 |
|
| 23 |
#include <QtCore/qglobal.h> |
23 |
#include <QtCore/qglobal.h> |
| 24 |
|
24 |
|
| 25 |
#if defined(Q_OS_WIN) |
25 |
#if defined(QT_MAKEDLL) /* create a Qt DLL library */ |
| 26 |
# if defined(QT_NODLL) |
26 |
# if defined(BUILD_WEBKIT) |
| 27 |
# undef QT_MAKEDLL |
27 |
# define QWEBKIT_EXPORT Q_DECL_EXPORT |
| 28 |
# undef QT_DLL |
28 |
# else |
| 29 |
# elif defined(QT_MAKEDLL) /* create a Qt DLL library */ |
29 |
# define QWEBKIT_EXPORT Q_DECL_IMPORT |
| 30 |
# if defined(QT_DLL) |
|
|
| 31 |
# undef QT_DLL |
| 32 |
# endif |
| 33 |
# if defined(BUILD_WEBKIT) |
| 34 |
# define QWEBKIT_EXPORT Q_DECL_EXPORT |
| 35 |
# else |
| 36 |
# define QWEBKIT_EXPORT Q_DECL_IMPORT |
| 37 |
# endif |
| 38 |
# elif defined(QT_DLL) /* use a Qt DLL library */ |
| 39 |
# define QWEBKIT_EXPORT Q_DECL_IMPORT |
| 40 |
# endif |
30 |
# endif |
|
|
31 |
#elif defined(QT_DLL) /* use a Qt DLL library */ |
| 32 |
# define QWEBKIT_EXPORT Q_DECL_IMPORT |
| 41 |
#endif |
33 |
#endif |
| 42 |
|
34 |
|
| 43 |
#if !defined(QWEBKIT_EXPORT) |
35 |
#if !defined(QWEBKIT_EXPORT) |