summarylogtreecommitdiffstats
path: root/qt5-activeqt-fix-compilation.patch
blob: d7e258632343733da037762f0f6deb3d95adc9af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/activeqt/control/qaxserverbase.cpp.orig	2012-09-10 22:01:40.963557678 +0200
+++ src/activeqt/control/qaxserverbase.cpp	2012-09-10 22:05:37.913161773 +0200
@@ -4033,12 +4033,10 @@
 }
 
 
-#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.