forked from qt-creator/qt-creator
		
	Because we had a couple of regressions in this area, I add this project for manual testing. In this project we have a qmlproject with a plugin that contains a .metainfo file and a custom property sheet. We define two items in the item library: MyComponent and MyComponent2. While MyComponent has a custom property sheet the property sheet for MyComponent2 is auto generated. Change-Id: I8d5ade43f648354175587c0a3e989bad87149298 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
		
			
				
	
	
		
			21 lines
		
	
	
		
			418 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			418 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/* File generated by Qt Creator */
 | 
						|
 | 
						|
import QmlProject 1.1
 | 
						|
 | 
						|
Project {
 | 
						|
    mainFile: "plugins.qml"
 | 
						|
 | 
						|
    /* Include .qml, .js, and image files from current directory and subdirectories */
 | 
						|
    QmlFiles {
 | 
						|
        directory: "."
 | 
						|
    }
 | 
						|
    JavaScriptFiles {
 | 
						|
        directory: "."
 | 
						|
    }
 | 
						|
    ImageFiles {
 | 
						|
        directory: "."
 | 
						|
    }
 | 
						|
    /* List of plugin directories passed to QML runtime */
 | 
						|
    importPaths: [ "imports" ]
 | 
						|
}
 |