Skip to content

Failed to build with Qt 6.5.3 #6

@lengocthuong15

Description

@lengocthuong15

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
image
And here is the output for qGlobalPostedEventsCount 6.5.3
image
It seems that in the new version, they change the use of qGlobalPostedEventsCount
Do you have any idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions