diff options
author | Mitch Curtis <[email protected]> | 2021-08-12 14:39:51 +0200 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2021-08-16 12:52:59 +0200 |
commit | 809339d1484cf556512534367b8170bc26baf072 (patch) | |
tree | 12871313b658f36d058b5ef25af1e247e9c46ce9 /tests/manual/quickcontrols2/testbench/qml.qrc | |
parent | b01b4f00eae8022c6a97d90f54dac395144ae095 (diff) |
Now that qtquickcontrols2 has been merged into qtdeclarative,
we should make it obvious that this repo should no longer be
used, by preventing it from being built.
Task-number: QTBUG-95173
Pick-to: 6.2
Change-Id: I95bd6a214f3d75a865ab163ee0a1f9ffbeb7a051
Reviewed-by: Alexandru Croitor <[email protected]>
Reviewed-by: Volker Hilsheimer <[email protected]>
Diffstat (limited to 'tests/manual/quickcontrols2/testbench/qml.qrc')
-rw-r--r-- | tests/manual/quickcontrols2/testbench/qml.qrc | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/tests/manual/quickcontrols2/testbench/qml.qrc b/tests/manual/quickcontrols2/testbench/qml.qrc deleted file mode 100644 index 82e69be6..00000000 --- a/tests/manual/quickcontrols2/testbench/qml.qrc +++ /dev/null @@ -1,55 +0,0 @@ -<RCC> - <qresource prefix="/"> - <file>ControlContainer.qml</file> - <file>controls/Button.qml</file> - <file>controls/CheckBox.qml</file> - <file>controls/RadioButton.qml</file> - <file>controls/CheckDelegate.qml</file> - <file>controls/ComboBox.qml</file> - <file>controls/DelayButton.qml</file> - <file>controls/Dial.qml</file> - <file>controls/Frame.qml</file> - <file>controls/GroupBox.qml</file> - <file>controls/ItemDelegate.qml</file> - <file>controls/Page.qml</file> - <file>controls/PageIndicator.qml</file> - <file>controls/Pane.qml</file> - <file>controls/ProgressBar.qml</file> - <file>controls/RadioDelegate.qml</file> - <file>controls/RangeSlider.qml</file> - <file>controls/RoundButton.qml</file> - <file>controls/ScrollBar.qml</file> - <file>controls/ScrollIndicator.qml</file> - <file>controls/Slider.qml</file> - <file>controls/SpinBox.qml</file> - <file>controls/SwipeDelegate.qml</file> - <file>controls/Switch.qml</file> - <file>controls/SwitchDelegate.qml</file> - <file>controls/TabBar.qml</file> - <file>controls/TextArea.qml</file> - <file>controls/TextField.qml</file> - <file>SettingsDialog.qml</file> - <file>ColorEditor.qml</file> - <file>controls/ToolBar.qml</file> - <file>controls/Dialog.qml</file> - <file>controls/Menu.qml</file> - <file>ExampleContainer.qml</file> - <file>controls/Label.qml</file> - <file>controls/ToolTip.qml</file> - <file>controls/Tumbler.qml</file> - <file>controls/BusyIndicator.qml</file> - <file>testbench.qml</file> - <file>controls/MenuBar.qml</file> - <file>controls/SplitView.qml</file> - <file>+Imagine/ApplicationWindow.qml</file> - <file>ApplicationWindow.qml</file> - <file>+Imagine/ToolBar.qml</file> - <file>ToolBar.qml</file> - <file>+Imagine/Menu.qml</file> - <file>Menu.qml</file> - <file>+Imagine/Dialog.qml</file> - <file>Dialog.qml</file> - <file>ContentPane.qml</file> - <file>+Imagine/ContentPane.qml</file> - </qresource> -</RCC> |