Add dynlist file for QtGui
Similar to QtWidgets ensure that QGuiApplication::notify() is always called via its exported symbols. This is needed to allow overloading it via LD_PRELOAD or other means. Change-Id: I84d0176b984c5fdf9b199127e08fcfa93dbc853f Reviewed-by: Harri Porten <porten@froglogic.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>bb10
parent
3ea49a1f8e
commit
374fc337ae
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
extern "C++" {
|
||||
"QGuiApplication::notify(QObject*, QEvent*)";
|
||||
};
|
||||
};
|
||||
|
|
@ -37,3 +37,4 @@ include(itemmodels/itemmodels.pri)
|
|||
|
||||
QMAKE_LIBS += $$QMAKE_LIBS_GUI
|
||||
|
||||
QMAKE_DYNAMIC_LIST_FILE = $$PWD/QtGui.dynlist
|
||||
|
|
|
|||
Loading…
Reference in New Issue