FOEDAG icon indicating copy to clipboard operation
FOEDAG copied to clipboard

QQmlApplicationEngine failed to load component

Open alain-rs opened this issue 3 years ago • 1 comments

I have this runtime issue:

~/FOEDAG$ ./build/bin/foedag --qml QQmlApplicationEngine failed to load component qrc:/mainWindow.qml:4:1: module "Qt.labs.platform" is not installed

We need to have a compile time cmake error if a QML component is missing.

alain-rs avatar Feb 23 '22 21:02 alain-rs

Update dependency list, INSTALL instructions, checkin CMakeLists that the component is installed and error out if it's not: sudo apt install qml-module-qt-labs-platform

alain-rs avatar Feb 24 '22 17:02 alain-rs