Skip to content

Commit

Permalink
Update qmldir and resource.qrc with new components
Browse files Browse the repository at this point in the history
  • Loading branch information
eLtMosen committed May 1, 2023
1 parent e959568 commit f167143
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/controls/qmldir
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ CircularSpinner 1.0 qrc:///org/asteroid/controls/qml/CircularSpinner.qml
PageDot 1.0 qrc:///org/asteroid/controls/qml/PageDot.qml
PageHeader 1.0 qrc:///org/asteroid/controls/qml/PageHeader.qml
IntSelector 1.0 qrc:///org/asteroid/controls/qml/IntSelector.qml
HighlightBar 1.0 qrc:///org/asteroid/controls/qml/HighlightBar.qml
LayerStack 1.0 qrc:///org/asteroid/controls/qml/LayerStack.qml
Label 1.0 qrc:///org/asteroid/controls/qml/Label.qml
Marquee 1.0 qrc:///org/asteroid/controls/qml/Marquee.qml
LabeledSwitch 1.0 qrc:///org/asteroid/controls/qml/LabeledSwitch.qml
ListItem 1.0 qrc:///org/asteroid/controls/qml/ListItem.qml
LabeledActionButton 1.0 qrc:///org/asteroid/controls/qml/LabeledActionButton.qml
Application 1.0 qrc:///org/asteroid/controls/qml/Application.qml
BorderGestureArea 1.0 qrc:///org/asteroid/controls/qml/BorderGestureArea.qml
IconButton 1.0 qrc:///org/asteroid/controls/qml/IconButton.qml
Expand Down
3 changes: 3 additions & 0 deletions src/controls/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
<file>qml/BorderGestureArea.qml</file>
<file>qml/CircularSpinner.qml</file>
<file>qml/Dims.qml</file>
<file>qml/ListItem.qml</file>
<file>qml/HandWritingKeyboard.qml</file>
<file>qml/HighlightBar.qml</file>
<file>qml/IconButton.qml</file>
<file>qml/Indicator.qml</file>
<file>qml/Label.qml</file>
<file>qml/LayerStack.qml</file>
<file>qml/Marquee.qml</file>
<file>qml/LabeledSwitch.qml</file>
<file>qml/LabeledActionButton.qml</file>
<file>qml/PageDot.qml</file>
<file>qml/PageHeader.qml</file>
<file>qml/IntSelector.qml</file>
Expand Down

0 comments on commit f167143

Please sign in to comment.