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

Missing qml6-module-qtcore and qml6-module-qtquick-dialogs in Readme #823

Open
andimik opened this issue Nov 10, 2024 · 0 comments
Open

Comments

@andimik
Copy link
Contributor

andimik commented Nov 10, 2024

sudo apt install libqt6charts6-dev qt6-base-dev qt6-tools-dev-tools qt6-multimedia-dev qt6-wayland-dev libqt6core5compat6-dev libqt63dquick6 libqt6qml6 qt6-declarative-dev qml6-module-qtquick-controls qml6-module-qtquick qml6-module-qt5compat-graphicaleffects qml6-module-qtcharts qml6-module-qtmultimedia qml6-module-qtquick-window qml6-module-qtquick-layouts qml6-module-qtqml-workerscript qml6-module-qtwayland-compositor qml6-module-qtquick-templates qtcreator

There are two package missing in this list: sudo apt-get install qml6-module-qtcore qml6-module-qtquick-dialogs are necessary, too.

Otherwise you will not see anything after starting welle-io.

./welle-io
2024-11-10T12:15:56.547 Debug: main: Platform name "wayland"
2024-11-10T12:15:56.547 Debug: main: Set language "de_DE"
2024-11-10T12:15:56.560 Debug: Audio: Current sound output "Internes Audio Analog Stereo"
2024-11-10T12:15:56.592 Warning: QQmlApplicationEngine failed to load component
2024-11-10T12:15:56.592 Warning: qrc:/QML/MainView.qml:32:1: module "QtCore" is not installed

And, if you don't install qml6-module-qtquick-dialogs you will get the following error:

2024-11-10T12:19:44.547 Debug: Error:qrc:/QML/MotView.qml:29 module "QtQuick.Dialogs" is not installed
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

1 participant