Warning, /plasma/qqc2-breeze-style/style/qtquickcontrols/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 ecm_add_qml_module(BreezeStyle URI "org.kde.breeze"
0002     GENERATE_PLUGIN_SOURCE
0003     DESIGNER_SUPPORTED
0004     DEPENDENCIES
0005     "QtQuick.Controls"
0006     "org.kde.kirigami"
0007     "org.kde.quickcharts"
0008     "org.kde.breeze.impl"
0009 )
0010 
0011 ecm_target_qml_sources(BreezeStyle SOURCES
0012     AbstractButton.qml
0013     ApplicationWindow.qml
0014     BusyIndicator.qml
0015     Button.qml
0016     ButtonGroup.qml
0017     CheckBox.qml
0018     CheckDelegate.qml
0019     ComboBox.qml
0020     Container.qml
0021     Control.qml
0022     DelayButton.qml
0023     Dial.qml
0024     Dialog.qml
0025     DialogButtonBox.qml
0026     Drawer.qml
0027     Frame.qml
0028     GroupBox.qml
0029     HorizontalHeaderView.qml
0030     ItemDelegate.qml
0031     Label.qml
0032     Menu.qml
0033     MenuBar.qml
0034     MenuBarItem.qml
0035     MenuItem.qml
0036     MenuSeparator.qml
0037     MobileTextActionsToolBar.qml
0038     Page.qml
0039     PageIndicator.qml
0040     Pane.qml
0041     Popup.qml
0042     ProgressBar.qml
0043     RadioButton.qml
0044     RadioDelegate.qml
0045     RangeSlider.qml
0046     RoundButton.qml
0047     ScrollBar.qml
0048     ScrollIndicator.qml
0049     ScrollView.qml
0050     Slider.qml
0051     SpinBox.qml
0052     SplitView.qml
0053     StackView.qml
0054     SwipeDelegate.qml
0055     SwipeView.qml
0056     Switch.qml
0057     SwitchDelegate.qml
0058     TabBar.qml
0059     TabButton.qml
0060     TextArea.qml
0061     TextField.qml
0062     ToolBar.qml
0063     ToolButton.qml
0064     ToolSeparator.qml
0065     ToolTip.qml
0066     Tumbler.qml
0067     VerticalHeaderView.qml
0068 )
0069 
0070 ecm_finalize_qml_module(BreezeStyle)