namespace WebKit {
Q_DECL_IMPORT int WebProcessMainQt(QGuiApplication*);
+#if !defined(QT_NO_WIDGETS)
Q_DECL_IMPORT void initializeWebKit2Theme();
+#endif
}
#if !defined(NDEBUG) && defined(Q_OS_UNIX)
}
#endif
+#if !defined(QT_NO_WIDGETS)
WebKit::initializeWebKit2Theme();
+#endif
// Has to be done before QApplication is constructed in case
// QApplication itself produces debug output.