summaryrefslogtreecommitdiff
path: root/lib/qtcreator/qtcomponents/qtcomponents.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/qtcreator/qtcomponents/qtcomponents.qbs')
-rw-r--r--lib/qtcreator/qtcomponents/qtcomponents.qbs84
1 files changed, 42 insertions, 42 deletions
diff --git a/lib/qtcreator/qtcomponents/qtcomponents.qbs b/lib/qtcreator/qtcomponents/qtcomponents.qbs
index 52600b32e3..42b3632579 100644
--- a/lib/qtcreator/qtcomponents/qtcomponents.qbs
+++ b/lib/qtcreator/qtcomponents/qtcomponents.qbs
@@ -8,80 +8,80 @@ Product {
qbs.installDir: "lib/qtcreator/qtcomponents/"
fileTags: ["install"]
files: [
+ "Button.qml",
+ "ButtonRow.qml",
+ "CheckBox.qml",
+ "ChoiceList.qml",
+ "ContextMenu.qml",
+ "Dial.qml",
+ "Frame.qml",
+ "GroupBox.qml",
"Menu.qml",
+ "MenuItem.qml",
+ "ProgressBar.qml",
+ "RadioButton.qml",
+ "ScrollArea.qml",
"ScrollBar.qml",
- "ContextMenu.qml",
- "TextArea.qml",
+ "Slider.qml",
+ "SpinBox.qml",
+ "SplitterRow.qml",
"Switch.qml",
"Tab.qml",
- "Slider.qml",
- "TabFrame.qml",
- "TextField.qml",
"TabBar.qml",
- "MenuItem.qml",
- "Dial.qml",
- "ButtonRow.qml",
- "ToolBar.qml",
- "qmldir",
- "ProgressBar.qml",
- "RadioButton.qml",
+ "TabFrame.qml",
"TableColumn.qml",
- "GroupBox.qml",
- "Button.qml",
"TableView.qml",
- "Frame.qml",
+ "TextArea.qml",
+ "TextField.qml",
+ "ToolBar.qml",
"ToolButton.qml",
- "ScrollArea.qml",
- "SplitterRow.qml",
- "ChoiceList.qml",
- "CheckBox.qml",
- "SpinBox.qml",
+ "qmldir",
]
}
Group {
- qbs.installDir: "lib/qtcreator/qtcomponents/images"
+ qbs.installDir: "lib/qtcreator/qtcomponents/custom"
fileTags: ["install"]
files: [
- "images/folder_new.png",
+ "custom/BasicButton.qml",
+ "custom/Button.qml",
+ "custom/ButtonColumn.qml",
+ "custom/ButtonGroup.js",
+ "custom/ButtonRow.qml",
+ "custom/CheckBox.qml",
+ "custom/ChoiceList.qml",
+ "custom/GroupBox.qml",
+ "custom/ProgressBar.qml",
+ "custom/Slider.qml",
+ "custom/SpinBox.qml",
+ "custom/SplitterRow.qml",
+ "custom/TextField.qml",
+ "custom/qmldir",
]
}
Group {
- qbs.installDir: "lib/qtcreator/qtcomponents/custom/private"
+ qbs.installDir: "lib/qtcreator/qtcomponents/custom/behaviors"
fileTags: ["install"]
files: [
- "custom/private/ChoiceListPopup.qml",
+ "custom/behaviors/ButtonBehavior.qml",
+ "custom/behaviors/ModalPopupBehavior.qml",
]
}
Group {
- qbs.installDir: "lib/qtcreator/qtcomponents/custom/behaviors"
+ qbs.installDir: "lib/qtcreator/qtcomponents/custom/private"
fileTags: ["install"]
files: [
- "custom/behaviors/ButtonBehavior.qml",
- "custom/behaviors/ModalPopupBehavior.qml",
+ "custom/private/ChoiceListPopup.qml",
]
}
Group {
- qbs.installDir: "lib/qtcreator/qtcomponents/custom"
+ qbs.installDir: "lib/qtcreator/qtcomponents/images"
fileTags: ["install"]
files: [
- "custom/ButtonGroup.js",
- "custom/Slider.qml",
- "custom/TextField.qml",
- "custom/ButtonRow.qml",
- "custom/qmldir",
- "custom/BasicButton.qml",
- "custom/ProgressBar.qml",
- "custom/GroupBox.qml",
- "custom/Button.qml",
- "custom/ButtonColumn.qml",
- "custom/SplitterRow.qml",
- "custom/ChoiceList.qml",
- "custom/CheckBox.qml",
- "custom/SpinBox.qml",
+ "images/folder_new.png",
]
}
}