Qt 6.11 is out! See what's new in the release
blog
QtQuick.Effects not installed
-
Im using QtQuick.Effect for the MultiEffect component, to add blur to some labels and texts. However, when i run the program, the following error appears:

Even though i have every library installed for Qt 6.6.3

What can be the cause for the issue i am having?
-
I dont use CMake, i use QMake for building. However i do have this file, and no, there is no line like this on it, what i have is this:
target_link_libraries(dialcontrolexample PUBLIC
Qt::Core
Qt::Gui
Qt::Qml
Qt::Quick
)Edit: It used to work, this message started appearing in a totally random moment and i have no idea of what it could be that led to this error
-
This post is deleted!