Skip to content

Fix org.kde.kquickimageeditor dependency

I noticed the following build message during a Yocto build:

| -- Could NOT find org.kde.kquickimageeditor-QMLModule (missing: org.kde.kquickimageeditor-QMLModule_FOUND) (found version "0.3.0")

since the version is optional for Qt6 builds, remove the 'version' argument.

Signed-off-by: Marc Ferland marc.ferland@sonatest.com

Merge request reports