QQmlApplicationEngine failed to load component (module "Qt5Compat.GraphicalEffects" is not installed)
Unsolved
QML and Qt Quick
-
Hello! I'm using the latest version of Qt (downloaded yesterday - Qt Creator 7.0.0, Qt 6.2.4, PySide6). I created QML project for Python and try to import Qt5Compat.GraphicalEffects. Qt Creator shows an error "module "Qt5Compat.GraphicalEffects" is not installed".
I checked everything, it's really installed (it's in 2 folders: C:\Qt\Tools\QtCreator\bin\qml\Qt5Compat\GraphicalEffects and in C:\Qt\6.2.4\mingw_64\qml\Qt5Compat\GraphicalEffects)How to solve this issue?