| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  | import qbs.base 1.0 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Product { | 
					
						
							|  |  |  |     name: "QtComponents" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Group { | 
					
						
							| 
									
										
										
										
											2013-01-16 11:27:26 +01:00
										 |  |  |         qbs.install: true | 
					
						
							| 
									
										
										
										
											2013-04-19 16:20:22 +02:00
										 |  |  |         qbs.installDir: (qbs.targetOS == "windows" ? "lib/qtcreator" : project.ide_library_path) | 
					
						
							|  |  |  |                         + "/qtcomponents" | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |         files: [ | 
					
						
							| 
									
										
										
										
											2013-01-16 11:27:26 +01:00
										 |  |  |             "*.qml", | 
					
						
							| 
									
										
										
										
											2012-03-21 15:48:36 +01:00
										 |  |  |             "qmldir", | 
					
						
							| 
									
										
										
										
											2013-01-16 11:27:26 +01:00
										 |  |  |             "custom", | 
					
						
							|  |  |  |             "images" | 
					
						
							| 
									
										
										
										
											2012-02-09 14:30:09 +01:00
										 |  |  |         ] | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } |