Skip to content

Commit

Permalink
exlain where to add more QML components to use in the qmldir file
Browse files Browse the repository at this point in the history
Signed-off-by: William Wedler <william.wedler@resquared.com>
  • Loading branch information
William Wedler committed Nov 24, 2021
1 parent 36c8a1b commit 2669835
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/ignition/gui/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<file>qml/images/search.svg</file>
</qresource>
<qresource prefix="ign-gui-qml/ignition/gui">
<file alias="IgnSpinBox.qml">qml/IgnSpinBox.qml</file>
<!-- This qmldir file defines a QML module that can be imported -->
<file alias="qmldir">qml/qmldir</file>
<!-- Add any QML components referenced in the qmldir file here -->
<file alias="IgnSpinBox.qml">qml/IgnSpinBox.qml</file>
</qresource>
</RCC>

0 comments on commit 2669835

Please sign in to comment.