summarylogtreecommitdiffstats
path: root/qt5-activeqt-fix-compilation.patch
blob: ff2b8359115b2b79df8cd617d52b2dafd1d88b94 (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 @@
 }


-#ifndef QT_STATIC // 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.