Skip to content

Commit

Permalink
qbs files: Add missing pro file in qtcomponents
Browse files Browse the repository at this point in the history
Change-Id: I19d3434ebedf7511e8e2ddd79455f6e64f9d4953
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
  • Loading branch information
orgads authored and Joerg Bornemann committed Jun 11, 2012
1 parent f29d9a6 commit 71f7cfb
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions lib/qtcreator/qtcomponents/qtcomponents.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,23 @@ Product {
Group {
qbs.installDir: "lib/qtcreator/qtcomponents/custom"
fileTags: ["install"]
prefix: "custom/"
files: [
"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",
"BasicButton.qml",
"Button.qml",
"ButtonColumn.qml",
"ButtonGroup.js",
"ButtonRow.qml",
"CheckBox.qml",
"ChoiceList.qml",
"components.pro",
"GroupBox.qml",
"ProgressBar.qml",
"Slider.qml",
"SpinBox.qml",
"SplitterRow.qml",
"TextField.qml",
"qmldir",
]
}

Expand Down

0 comments on commit 71f7cfb

Please sign in to comment.