summaryrefslogtreecommitdiff
path: root/src/qtdesktop/qmldir
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2012-11-26 11:10:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-05 14:35:26 +0100
commitc8a9f6c909c81b4d0d33e3ad15e4a8eebf9ac858 (patch)
tree2f2178c773e7daa9711f8190f691ab8a318d0c61 /src/qtdesktop/qmldir
parentc85dba7662a41a8cd294d81fc821801291157b37 (diff)
downloadqtquickcontrols-c8a9f6c909c81b4d0d33e3ad15e4a8eebf9ac858.tar.gz
Modularized for Qt 5
Still missing sth from qmake, it doesn't support non c++ module correctly yet(there is no CXX_MODULE in our project). Change-Id: I9a6a754e863b51b3e3a4b1eaf864ddab24e92f75 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/qtdesktop/qmldir')
-rw-r--r--src/qtdesktop/qmldir33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/qtdesktop/qmldir b/src/qtdesktop/qmldir
new file mode 100644
index 00000000..c3863d8c
--- /dev/null
+++ b/src/qtdesktop/qmldir
@@ -0,0 +1,33 @@
+module QtDesktop
+plugin styleplugin plugin
+ApplicationWindow 1.0 ApplicationWindow.qml
+Button 1.0 Button.qml
+ButtonRow 1.0 ButtonRow.qml
+ButtonColumn 1.0 ButtonColumn.qml
+CheckBox 1.0 CheckBox.qml
+ComboBox 1.0 ComboBox.qml
+ContextMenu 1.0 ContextMenu.qml
+Dial 1.0 Dial.qml
+Dialog 1.0 Dialog.qml
+Frame 1.0 Frame.qml
+GroupBox 1.0 GroupBox.qml
+Label 1.0 Label.qml
+ProgressBar 1.0 ProgressBar.qml
+RadioButton 1.0 RadioButton.qml
+ScrollArea 1.0 ScrollArea.qml
+ScrollBar 1.0 ScrollBar.qml
+Slider 1.0 Slider.qml
+SpinBox 1.0 SpinBox.qml
+SplitterRow 1.0 SplitterRow.qml
+SplitterColumn 1.0 SplitterColumn.qml
+StatusBar 1.0 StatusBar.qml
+Tab 1.0 Tab.qml
+TabBar 1.0 TabBar.qml
+TabFrame 1.0 TabFrame.qml
+TableView 1.0 TableView.qml
+TableColumn 1.0 TableColumn.qml
+TextArea 1.0 TextArea.qml
+TextField 1.0 TextField.qml
+ToolBar 1.0 ToolBar.qml
+ToolButton 1.0 ToolButton.qml
+