summaryrefslogtreecommitdiff
path: root/src/controls/controls.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/controls.pro')
-rw-r--r--src/controls/controls.pro39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/controls/controls.pro b/src/controls/controls.pro
new file mode 100644
index 00000000..51716652
--- /dev/null
+++ b/src/controls/controls.pro
@@ -0,0 +1,39 @@
+TARGET = plugin
+TARGETPATH = QtQuick/Controls
+
+QT += qml quick widgets gui-private core-private
+
+QMAKE_DOCS = $$PWD/doc/qtquickcontrols.qdocconf
+
+QML_FILES = \
+ ApplicationWindow.qml \
+ Button.qml \
+ CheckBox.qml \
+ ComboBox.qml \
+ GroupBox.qml \
+ Label.qml \
+ MenuBar.qml \
+ Menu.qml \
+ PageAnimation.qml \
+ PageStack.qml \
+ PageTransition.qml \
+ ProgressBar.qml \
+ RadioButton.qml \
+ ScrollView.qml \
+ Slider.qml \
+ SpinBox.qml \
+ SplitView.qml \
+ StatusBar.qml \
+ Tab.qml \
+ TabView.qml \
+ TableView.qml \
+ TableViewColumn.qml \
+ TextArea.qml \
+ TextField.qml \
+ ToolBar.qml \
+ ToolButton.qml
+
+include(plugin.pri)
+
+CONFIG += no_cxx_module
+load(qml_plugin)