aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/controls.pri
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-04-19 17:29:16 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-04-20 06:12:12 +0000
commitce4961b063fa3bfae1996e23014d8f6b5a69f994 (patch)
treec6eadc1519570e9979b48d7867811bd63c8d5cfe /src/imports/controls/controls.pri
parenta5ab739cafde92e9b000bc7d730410c2632727fa (diff)
controls.pri: add $$PWD to QML files
Align with material.pri & universal.pri Change-Id: I52a63c141b681ccf72d6c1aaf14b1071aacb8106 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
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