summaryrefslogtreecommitdiff
path: root/lib/qtcreator/qtcomponents/qtcomponents.qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-02-09 14:30:09 +0100
committerhjk <qthjk@ovi.com>2012-02-20 19:18:18 +0100
commitff92cdec43e90129d4c230bab9e5e0fc0de1b6d7 (patch)
tree2fc5ff11681b160460696a2bfd3b2c6abaf80081 /lib/qtcreator/qtcomponents/qtcomponents.qbs
parent74da217204ff126f6d5e67311bc9845a1a459bc1 (diff)
downloadqt-creator-ff92cdec43e90129d4c230bab9e5e0fc0de1b6d7.tar.gz
add qbs files
Change-Id: If6bf71797ae81655d24a77e6badb86a77312af38 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'lib/qtcreator/qtcomponents/qtcomponents.qbs')
-rw-r--r--lib/qtcreator/qtcomponents/qtcomponents.qbs88
1 files changed, 88 insertions, 0 deletions
diff --git a/lib/qtcreator/qtcomponents/qtcomponents.qbs b/lib/qtcreator/qtcomponents/qtcomponents.qbs
new file mode 100644
index 0000000000..52600b32e3
--- /dev/null
+++ b/lib/qtcreator/qtcomponents/qtcomponents.qbs
@@ -0,0 +1,88 @@
+import qbs.base 1.0
+
+Product {
+ type: ["installed_content"]
+ name: "QtComponents"
+
+ Group {
+ qbs.installDir: "lib/qtcreator/qtcomponents/"
+ fileTags: ["install"]
+ files: [
+ "Menu.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",
+ "ToolBar.qml",
+ "qmldir",
+ "ProgressBar.qml",
+ "RadioButton.qml",
+ "TableColumn.qml",
+ "GroupBox.qml",
+ "Button.qml",
+ "TableView.qml",
+ "Frame.qml",
+ "ToolButton.qml",
+ "ScrollArea.qml",
+ "SplitterRow.qml",
+ "ChoiceList.qml",
+ "CheckBox.qml",
+ "SpinBox.qml",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "lib/qtcreator/qtcomponents/images"
+ fileTags: ["install"]
+ files: [
+ "images/folder_new.png",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "lib/qtcreator/qtcomponents/custom/private"
+ fileTags: ["install"]
+ files: [
+ "custom/private/ChoiceListPopup.qml",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "lib/qtcreator/qtcomponents/custom/behaviors"
+ fileTags: ["install"]
+ files: [
+ "custom/behaviors/ButtonBehavior.qml",
+ "custom/behaviors/ModalPopupBehavior.qml",
+ ]
+ }
+
+ Group {
+ qbs.installDir: "lib/qtcreator/qtcomponents/custom"
+ 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",
+ ]
+ }
+}
+