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.pri25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/imports/controls/controls.pri b/src/imports/controls/controls.pri
index c3391929..dcbcf8e1 100644
--- a/src/imports/controls/controls.pri
+++ b/src/imports/controls/controls.pri
@@ -1,9 +1,24 @@
-QML_FILES = \
+HEADERS += \
+ $$PWD/qquickbusyindicatorring_p.h \
+ $$PWD/qquickprogressstrip_p.h \
+ $$PWD/qquickdialring_p.h
+
+SOURCES += \
+ $$PWD/qquickbusyindicatorring.cpp \
+ $$PWD/qquickprogressstrip.cpp \
+ $$PWD/qquickdialring.cpp
+
+QML_CONTROLS = \
+ AbstractButton.qml \
ApplicationWindow.qml \
BusyIndicator.qml \
Button.qml \
CheckBox.qml \
+ CheckDelegate.qml \
+ CheckIndicator.qml \
ComboBox.qml \
+ Container.qml \
+ Control.qml \
Dial.qml \
Drawer.qml \
Frame.qml \
@@ -18,13 +33,18 @@ QML_FILES = \
Popup.qml \
ProgressBar.qml \
RadioButton.qml \
+ RadioDelegate.qml \
+ RadioIndicator.qml \
RangeSlider.qml \
ScrollBar.qml \
ScrollIndicator.qml \
Slider.qml \
SpinBox.qml \
StackView.qml \
+ SwipeDelegate.qml \
Switch.qml \
+ SwitchIndicator.qml \
+ SwitchDelegate.qml \
SwipeView.qml \
TabBar.qml \
TabButton.qml \
@@ -32,4 +52,7 @@ QML_FILES = \
TextField.qml \
ToolBar.qml \
ToolButton.qml \
+ ToolTip.qml \
Tumbler.qml
+
+!qtquickcompiler: QML_FILES += $$QML_CONTROLS