25 #if defined(Q_OS_WIN)
26 # if defined(QT_NODLL)
27 # undef QT_MAKEDLL
28 # undef QT_DLL
29 # elif defined(QT_MAKEDLL) /* create a Qt DLL library */
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
25#if defined(QT_MAKEDLL) /* create a Qt DLL library */
26# if defined(BUILD_WEBKIT)
27# define QWEBKIT_EXPORT Q_DECL_EXPORT
28# else
29# define QWEBKIT_EXPORT Q_DECL_IMPORT