| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  | import qbs.base 1.0 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Product { | 
					
						
							|  |  |  |     type: ["installed_content"] | 
					
						
							|  |  |  |     name: "QtComponents" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Group { | 
					
						
							|  |  |  |         qbs.installDir: "lib/qtcreator/qtcomponents/" | 
					
						
							|  |  |  |         fileTags: ["install"] | 
					
						
							|  |  |  |         files: [ | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |             "Button.qml", | 
					
						
							|  |  |  |             "ButtonRow.qml", | 
					
						
							|  |  |  |             "CheckBox.qml", | 
					
						
							|  |  |  |             "ChoiceList.qml", | 
					
						
							|  |  |  |             "ContextMenu.qml", | 
					
						
							|  |  |  |             "Dial.qml", | 
					
						
							|  |  |  |             "Frame.qml", | 
					
						
							|  |  |  |             "GroupBox.qml", | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |             "Menu.qml", | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |             "MenuItem.qml", | 
					
						
							|  |  |  |             "ProgressBar.qml", | 
					
						
							|  |  |  |             "RadioButton.qml", | 
					
						
							|  |  |  |             "ScrollArea.qml", | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |             "ScrollBar.qml", | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |             "Slider.qml", | 
					
						
							|  |  |  |             "SpinBox.qml", | 
					
						
							|  |  |  |             "SplitterRow.qml", | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |             "Switch.qml", | 
					
						
							|  |  |  |             "Tab.qml", | 
					
						
							|  |  |  |             "TabBar.qml", | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |             "TabFrame.qml", | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |             "TableColumn.qml", | 
					
						
							|  |  |  |             "TableView.qml", | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |             "TextArea.qml", | 
					
						
							|  |  |  |             "TextField.qml", | 
					
						
							|  |  |  |             "ToolBar.qml", | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |             "ToolButton.qml", | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |             "qmldir", | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |         ] | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Group { | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |         qbs.installDir: "lib/qtcreator/qtcomponents/custom" | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |         fileTags: ["install"] | 
					
						
							| 
									
										
										
										
											2012-06-10 14:36:49 +03:00
										 |  |  |         prefix: "custom/" | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |         files: [ | 
					
						
							| 
									
										
										
										
											2012-06-10 14:36:49 +03:00
										 |  |  |             "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", | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |         ] | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Group { | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |         qbs.installDir: "lib/qtcreator/qtcomponents/custom/behaviors" | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |         fileTags: ["install"] | 
					
						
							|  |  |  |         files: [ | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |             "custom/behaviors/ButtonBehavior.qml", | 
					
						
							|  |  |  |             "custom/behaviors/ModalPopupBehavior.qml", | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |         ] | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Group { | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |         qbs.installDir: "lib/qtcreator/qtcomponents/custom/private" | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |         fileTags: ["install"] | 
					
						
							|  |  |  |         files: [ | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |             "custom/private/ChoiceListPopup.qml", | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |         ] | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Group { | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |         qbs.installDir: "lib/qtcreator/qtcomponents/images" | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |         fileTags: ["install"] | 
					
						
							|  |  |  |         files: [ | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |             "images/folder_new.png", | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |         ] | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 |