-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QML: Disable automatic
qmldir
generation to work around QTBUG-100326
This fixes the import of the MathUtils JavaScript library in the Mixxx QML module. See https://bugreports.qt.io/browse/QTBUG-100326 for details.
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module Mixxx | ||
linktarget mixxx-libplugin | ||
optional plugin mixxx-libplugin | ||
classname MixxxPlugin | ||
typeinfo mixxx-lib.qmltypes | ||
prefer :/mixxx.org/imports/Mixxx/ | ||
MathUtils 0.0 res/qml/Mixxx/MathUtils.mjs | ||
PlayerDropArea 0.0 res/qml/Mixxx/PlayerDropArea.qml |