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

Fix some Qt6 QML imports #44279

Merged
merged 4 commits into from
Jun 5, 2023

Conversation

JamiKettunen
Copy link
Contributor

Moving qmldir to -devel subpackage in case of these packages breaks import QtMultimedia, import QtRemoteObjects, import QtSensors & import QtWebChannel preventing any QML from using them without the -devel subpackages which makes no sense; let's just include it in the main packages.

Testing the changes

  • I tested the changes in this PR: YES

This breaks "import QtMultimedia" and prevents any QML from using it
without the -devel subpkg which makes no sense.
This breaks "import QtRemoteObjects" and prevents any QML from using it
without the -devel subpkg which makes no sense.
This breaks "import QtSensors" and prevents any QML from using it
without the -devel subpkg which makes no sense.
This breaks "import QtWebChannel" and prevents any QML from using it
without the -devel subpkg which makes no sense.
@Johnnynator Johnnynator merged commit b8da685 into void-linux:master Jun 5, 2023
@JamiKettunen JamiKettunen deleted the fix-qt6-qml-imports branch August 31, 2023 09:43
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

Successfully merging this pull request may close these issues.

2 participants