Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This project uses some QML Modules which are not available in Qt6.2.2 #2

Open
shujaatak opened this issue Jan 15, 2022 · 1 comment

Comments

@shujaatak
Copy link
Contributor

QQmlApplicationEngine failed to load component
qrc:/ExampleMiscellaneousGauges.qml:27:9: Type TankGauge unavailable
qrc:/Misc/TankGauge/TankGauge.qml:22:9: Type LeftTankGauge unavailable
qrc:/Misc/TankGauge/LeftTankGauge.qml:3:1: Type BaseTankGauge unavailable
qrc:/Misc/TankGauge/BaseTankGauge.qml:6:1: module "QtQuick.Controls.Styles" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:5:1: module "QtQuick.Extras" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:4:1: module "QtGraphicalEffects" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:6:1: module "QtQuick.Controls.Styles" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:5:1: module "QtQuick.Extras" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:4:1: module "QtGraphicalEffects" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:6:1: module "QtQuick.Controls.Styles" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:5:1: module "QtQuick.Extras" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:4:1: module "QtGraphicalEffects" is not installed
@CanDursun
Copy link

QQmlApplicationEngine failed to load component
qrc:/ExampleMiscellaneousGauges.qml:27:9: Type TankGauge unavailable
qrc:/Misc/TankGauge/TankGauge.qml:22:9: Type LeftTankGauge unavailable
qrc:/Misc/TankGauge/LeftTankGauge.qml:3:1: Type BaseTankGauge unavailable
qrc:/Misc/TankGauge/BaseTankGauge.qml:6:1: module "QtQuick.Controls.Styles" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:5:1: module "QtQuick.Extras" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:4:1: module "QtGraphicalEffects" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:6:1: module "QtQuick.Controls.Styles" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:5:1: module "QtQuick.Extras" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:4:1: module "QtGraphicalEffects" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:6:1: module "QtQuick.Controls.Styles" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:5:1: module "QtQuick.Extras" is not installed
qrc:/Misc/TankGauge/BaseTankGauge.qml:4:1: module "QtGraphicalEffects" is not installed

Yes, this is not about the repo. You need to compile this project in Qt 5.15 in order to make it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants