Skip to content
Snippets Groups Projects
Commit 4c934bc0 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qt: fail early if QtQuick.Effects module presence does not match the expectation

If Qt version is at least 6.5.0, the application expects that QtQuick.Effects
module is available. If it is not available, the interface is going to encounter
error when a type provided by that module is used and end up being in broken state.

If we fail early, as we do with the other modules, then the interface will close
gracefully.

Qt always logs when an imported module is not found. The user should install the
required module using the package manager. This module is already provided with
the contrib Qt.
parent 87e90004
No related branches found
No related tags found
Loading
Pipeline #527929 passed with stage
in 29 minutes and 5 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment