forked from qt-creator/qt-creator
		
	Change-Id: Ic75775473cfb405cee5c53b2dc24144dba51a25c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			431 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			431 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//! [1]
 | 
						|
<plugin name=\"Example\" version=\"0.0.1\" compatVersion=\"0.0.1\">
 | 
						|
//! [1]
 | 
						|
//! [2]
 | 
						|
    <vendor>MyCompany</vendor>
 | 
						|
    <copyright>(C) MyCompany</copyright>
 | 
						|
    <license>BSD</license>
 | 
						|
    <description>Minimal plugin example</description>
 | 
						|
    <url>http://www.mycompany.com</url>
 | 
						|
//! [2]
 | 
						|
//! [3]
 | 
						|
    <dependencyList>
 | 
						|
        <dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
 | 
						|
    </dependencyList>
 | 
						|
//! [3]
 | 
						|
</plugin>
 | 
						|
 |