diff -rupN qtactiveqt-everywhere-src-5.10.1/src/activeqt/control/qaxserverbase.cpp qtactiveqt-everywhere-src-5.10.1-new/src/activeqt/control/qaxserverbase.cpp --- qtactiveqt-everywhere-src-5.10.1/src/activeqt/control/qaxserverbase.cpp 2018-02-06 10:43:58.000000000 +0100 +++ qtactiveqt-everywhere-src-5.10.1-new/src/activeqt/control/qaxserverbase.cpp 2018-02-15 20:59:57.073921727 +0100 @@ -4055,12 +4055,10 @@ HRESULT WINAPI QAxServerBase::SetColorSc } -#ifdef QT_SHARED // avoid conflict with symbol in static lib bool qt_sendSpontaneousEvent(QObject *o, QEvent *e) { return QCoreApplication::sendSpontaneousEvent(o, e); } -#endif /* Tries to set the size of the control.