aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@nokia.com>2012-03-21 15:48:36 +0100
committerNikolai Kosjar <nikolai.kosjar@nokia.com>2012-03-22 08:18:01 +0100
commitdde2c51e1dd4ded3a934b3db39e201ccd1ea987f (patch)
tree7e52bab5432987e7c008d8586eda0b92bc284a08 /lib
parent4a075c3f0d3d68be4f58c1d1b52a66455f24bffe (diff)
qbs: sort share.qbs and qtcomponents.qbs alphabetically.
Tracking changes will now be easier. Change-Id: I040c5283b3db4b92caa721a3aaafab42d203c654 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Diffstat (limited to 'lib')
-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",
]
}
}