-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi @sjinks
I am trying to build this lib with Qt 6.5.3
Everything looks good except there is an error the link state
qt_eventdispatcher_libev/libqt_eventdispatcher_libev.a(eventdispatcher_libev.cpp.o): In function `EventDispatcherLibEv::hasPendingEvents()':
eventdispatcher_libev.cpp:(.text+0x135): undefined reference to `qGlobalPostedEventsCount()'
For more context, I can build this with Qt 6.3.1 but got this issue when upgrading to Qt 6.5.3
Here is the output for qGlobalPostedEventsCount
6.3.1
And here is the output for qGlobalPostedEventsCount
6.5.3
It seems that in the new version, they change the use of qGlobalPostedEventsCount
Do you have any idea?
Metadata
Metadata
Assignees
Labels
No labels