aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/controls.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/controls.pro')
-rw-r--r--src/imports/controls/controls.pro47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/imports/controls/controls.pro b/src/imports/controls/controls.pro
new file mode 100644
index 00000000..d9de2bf9
--- /dev/null
+++ b/src/imports/controls/controls.pro
@@ -0,0 +1,47 @@
+TARGET = qtquickcontrols2plugin
+TARGETPATH = QtQuick/Controls.2
+IMPORT_VERSION = 2.0
+
+QT += qml quick
+QT += core-private gui-private qml-private quick-private quickcontrols-private
+
+OTHER_FILES += \
+ qmldir
+
+QML_FILES = \
+ ApplicationWindow.qml \
+ BusyIndicator.qml \
+ Button.qml \
+ CheckBox.qml \
+ Frame.qml \
+ GroupBox.qml \
+ Label.qml \
+ PageIndicator.qml \
+ ProgressBar.qml \
+ RadioButton.qml \
+ ScrollBar.qml \
+ ScrollIndicator.qml \
+ Slider.qml \
+ SpinBox.qml \
+ StackView.js \
+ StackView.qml \
+ StackViewDelegate.qml \
+ StackViewTransition.qml \
+ Switch.qml \
+ TabBar.qml \
+ TabButton.qml \
+ TabView.qml \
+ TextArea.qml \
+ TextField.qml \
+ ToggleButton.qml \
+ ToolBar.qml \
+ ToolButton.qml
+
+SOURCES += \
+ $$PWD/qtquickcontrols2plugin.cpp
+
+RESOURCES += \
+ $$PWD/qtquickcontrols2plugin.qrc
+
+CONFIG += no_cxx_module
+load(qml_plugin)