aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/controls.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/controls.pri')
-rw-r--r--src/imports/controls/controls.pri104
1 files changed, 52 insertions, 52 deletions
diff --git a/src/imports/controls/controls.pri b/src/imports/controls/controls.pri
index 5aa56418..41347aa7 100644
--- a/src/imports/controls/controls.pri
+++ b/src/imports/controls/controls.pri
@@ -11,57 +11,57 @@ SOURCES += \
$$PWD/qquickdefaultstyle.cpp
QML_CONTROLS = \
- AbstractButton.qml \
- ApplicationWindow.qml \
- BusyIndicator.qml \
- Button.qml \
- CheckBox.qml \
- CheckDelegate.qml \
- CheckIndicator.qml \
- ComboBox.qml \
- Container.qml \
- Control.qml \
- DelayButton.qml \
- Dial.qml \
- Dialog.qml \
- DialogButtonBox.qml \
- Drawer.qml \
- Frame.qml \
- GroupBox.qml \
- ItemDelegate.qml \
- Label.qml \
- Menu.qml \
- MenuItem.qml \
- MenuSeparator.qml \
- Page.qml \
- PageIndicator.qml \
- Pane.qml \
- Popup.qml \
- ProgressBar.qml \
- RadioButton.qml \
- RadioDelegate.qml \
- RadioIndicator.qml \
- RangeSlider.qml \
- RoundButton.qml \
- ScrollBar.qml \
- ScrollIndicator.qml \
- ScrollView.qml \
- Slider.qml \
- SpinBox.qml \
- StackView.qml \
- SwipeDelegate.qml \
- Switch.qml \
- SwitchIndicator.qml \
- SwitchDelegate.qml \
- SwipeView.qml \
- TabBar.qml \
- TabButton.qml \
- TextArea.qml \
- TextField.qml \
- ToolBar.qml \
- ToolButton.qml \
- ToolSeparator.qml \
- ToolTip.qml \
- Tumbler.qml
+ $$PWD/AbstractButton.qml \
+ $$PWD/ApplicationWindow.qml \
+ $$PWD/BusyIndicator.qml \
+ $$PWD/Button.qml \
+ $$PWD/CheckBox.qml \
+ $$PWD/CheckDelegate.qml \
+ $$PWD/CheckIndicator.qml \
+ $$PWD/ComboBox.qml \
+ $$PWD/Container.qml \
+ $$PWD/Control.qml \
+ $$PWD/DelayButton.qml \
+ $$PWD/Dial.qml \
+ $$PWD/Dialog.qml \
+ $$PWD/DialogButtonBox.qml \
+ $$PWD/Drawer.qml \
+ $$PWD/Frame.qml \
+ $$PWD/GroupBox.qml \
+ $$PWD/ItemDelegate.qml \
+ $$PWD/Label.qml \
+ $$PWD/Menu.qml \
+ $$PWD/MenuItem.qml \
+ $$PWD/MenuSeparator.qml \
+ $$PWD/Page.qml \
+ $$PWD/PageIndicator.qml \
+ $$PWD/Pane.qml \
+ $$PWD/Popup.qml \
+ $$PWD/ProgressBar.qml \
+ $$PWD/RadioButton.qml \
+ $$PWD/RadioDelegate.qml \
+ $$PWD/RadioIndicator.qml \
+ $$PWD/RangeSlider.qml \
+ $$PWD/RoundButton.qml \
+ $$PWD/ScrollBar.qml \
+ $$PWD/ScrollIndicator.qml \
+ $$PWD/ScrollView.qml \
+ $$PWD/Slider.qml \
+ $$PWD/SpinBox.qml \
+ $$PWD/StackView.qml \
+ $$PWD/SwipeDelegate.qml \
+ $$PWD/Switch.qml \
+ $$PWD/SwitchIndicator.qml \
+ $$PWD/SwitchDelegate.qml \
+ $$PWD/SwipeView.qml \
+ $$PWD/TabBar.qml \
+ $$PWD/TabButton.qml \
+ $$PWD/TextArea.qml \
+ $$PWD/TextField.qml \
+ $$PWD/ToolBar.qml \
+ $$PWD/ToolButton.qml \
+ $$PWD/ToolSeparator.qml \
+ $$PWD/ToolTip.qml \
+ $$PWD/Tumbler.qml
!qtquickcompiler: QML_FILES += $$QML_CONTROLS