Skip to content

Commit

Permalink
qbs: sort share.qbs and qtcomponents.qbs alphabetically.
Browse files Browse the repository at this point in the history
Tracking changes will now be easier.

Change-Id: I040c5283b3db4b92caa721a3aaafab42d203c654
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
  • Loading branch information
Nikolai Kosjar committed Mar 22, 2012
1 parent 4a075c3 commit dde2c51
Show file tree
Hide file tree
Showing 2 changed files with 829 additions and 820 deletions.
84 changes: 42 additions & 42 deletions lib/qtcreator/qtcomponents/qtcomponents.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
}
}
Expand Down
Loading

0 comments on commit dde2c51

Please sign in to comment.