forked from qt-creator/qt-creator
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			145 B
		
	
	
	
		
			QML
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			145 B
		
	
	
	
		
			QML
		
	
	
	
	
	
| 
								 | 
							
								import qbs
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								Project {
							 | 
						||
| 
								 | 
							
								    name: "QtcManualtests"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    condition: project.withAutotests
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    references: [
							 | 
						||
| 
								 | 
							
								        "widgets/widgets.qbs",
							 | 
						||
| 
								 | 
							
								    ]
							 | 
						||
| 
								 | 
							
								}
							 |