forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -8,50 +8,55 @@ Product {
|
|||||||
qbs.installDir: "lib/qtcreator/qtcomponents/"
|
qbs.installDir: "lib/qtcreator/qtcomponents/"
|
||||||
fileTags: ["install"]
|
fileTags: ["install"]
|
||||||
files: [
|
files: [
|
||||||
"Menu.qml",
|
"Button.qml",
|
||||||
"ScrollBar.qml",
|
|
||||||
"ContextMenu.qml",
|
|
||||||
"TextArea.qml",
|
|
||||||
"Switch.qml",
|
|
||||||
"Tab.qml",
|
|
||||||
"Slider.qml",
|
|
||||||
"TabFrame.qml",
|
|
||||||
"TextField.qml",
|
|
||||||
"TabBar.qml",
|
|
||||||
"MenuItem.qml",
|
|
||||||
"Dial.qml",
|
|
||||||
"ButtonRow.qml",
|
"ButtonRow.qml",
|
||||||
"ToolBar.qml",
|
"CheckBox.qml",
|
||||||
"qmldir",
|
"ChoiceList.qml",
|
||||||
|
"ContextMenu.qml",
|
||||||
|
"Dial.qml",
|
||||||
|
"Frame.qml",
|
||||||
|
"GroupBox.qml",
|
||||||
|
"Menu.qml",
|
||||||
|
"MenuItem.qml",
|
||||||
"ProgressBar.qml",
|
"ProgressBar.qml",
|
||||||
"RadioButton.qml",
|
"RadioButton.qml",
|
||||||
"TableColumn.qml",
|
|
||||||
"GroupBox.qml",
|
|
||||||
"Button.qml",
|
|
||||||
"TableView.qml",
|
|
||||||
"Frame.qml",
|
|
||||||
"ToolButton.qml",
|
|
||||||
"ScrollArea.qml",
|
"ScrollArea.qml",
|
||||||
"SplitterRow.qml",
|
"ScrollBar.qml",
|
||||||
"ChoiceList.qml",
|
"Slider.qml",
|
||||||
"CheckBox.qml",
|
|
||||||
"SpinBox.qml",
|
"SpinBox.qml",
|
||||||
|
"SplitterRow.qml",
|
||||||
|
"Switch.qml",
|
||||||
|
"Tab.qml",
|
||||||
|
"TabBar.qml",
|
||||||
|
"TabFrame.qml",
|
||||||
|
"TableColumn.qml",
|
||||||
|
"TableView.qml",
|
||||||
|
"TextArea.qml",
|
||||||
|
"TextField.qml",
|
||||||
|
"ToolBar.qml",
|
||||||
|
"ToolButton.qml",
|
||||||
|
"qmldir",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
qbs.installDir: "lib/qtcreator/qtcomponents/images"
|
qbs.installDir: "lib/qtcreator/qtcomponents/custom"
|
||||||
fileTags: ["install"]
|
fileTags: ["install"]
|
||||||
files: [
|
files: [
|
||||||
"images/folder_new.png",
|
"custom/BasicButton.qml",
|
||||||
]
|
"custom/Button.qml",
|
||||||
}
|
"custom/ButtonColumn.qml",
|
||||||
|
"custom/ButtonGroup.js",
|
||||||
Group {
|
"custom/ButtonRow.qml",
|
||||||
qbs.installDir: "lib/qtcreator/qtcomponents/custom/private"
|
"custom/CheckBox.qml",
|
||||||
fileTags: ["install"]
|
"custom/ChoiceList.qml",
|
||||||
files: [
|
"custom/GroupBox.qml",
|
||||||
"custom/private/ChoiceListPopup.qml",
|
"custom/ProgressBar.qml",
|
||||||
|
"custom/Slider.qml",
|
||||||
|
"custom/SpinBox.qml",
|
||||||
|
"custom/SplitterRow.qml",
|
||||||
|
"custom/TextField.qml",
|
||||||
|
"custom/qmldir",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -65,23 +70,18 @@ Product {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
qbs.installDir: "lib/qtcreator/qtcomponents/custom"
|
qbs.installDir: "lib/qtcreator/qtcomponents/custom/private"
|
||||||
fileTags: ["install"]
|
fileTags: ["install"]
|
||||||
files: [
|
files: [
|
||||||
"custom/ButtonGroup.js",
|
"custom/private/ChoiceListPopup.qml",
|
||||||
"custom/Slider.qml",
|
]
|
||||||
"custom/TextField.qml",
|
}
|
||||||
"custom/ButtonRow.qml",
|
|
||||||
"custom/qmldir",
|
Group {
|
||||||
"custom/BasicButton.qml",
|
qbs.installDir: "lib/qtcreator/qtcomponents/images"
|
||||||
"custom/ProgressBar.qml",
|
fileTags: ["install"]
|
||||||
"custom/GroupBox.qml",
|
files: [
|
||||||
"custom/Button.qml",
|
"images/folder_new.png",
|
||||||
"custom/ButtonColumn.qml",
|
|
||||||
"custom/SplitterRow.qml",
|
|
||||||
"custom/ChoiceList.qml",
|
|
||||||
"custom/CheckBox.qml",
|
|
||||||
"custom/SpinBox.qml",
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2101
share/share.qbs
2101
share/share.qbs
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user