forked from qt-creator/qt-creator
		
	Change-Id: I6c5c839dc199379edaf4c43ae4d6a0ed6ebdf751 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
		
			
				
	
	
		
			22 lines
		
	
	
		
			420 B
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			420 B
		
	
	
	
		
			QML
		
	
	
	
	
	
Project {
 | 
						|
    name: "Manual plugin test"
 | 
						|
 | 
						|
    QtcManualtest {
 | 
						|
        name: "Manual plugin view test"
 | 
						|
 | 
						|
        Depends { name: "ExtensionSystem" }
 | 
						|
        Depends { name: "Utils" }
 | 
						|
 | 
						|
        files: [
 | 
						|
            "plugindialog.cpp",
 | 
						|
            "plugindialog.h"
 | 
						|
        ]
 | 
						|
    }
 | 
						|
 | 
						|
    references: [
 | 
						|
        "plugins/plugin1/plugin1.qbs",
 | 
						|
        "plugins/plugin2/plugin2.qbs",
 | 
						|
        "plugins/plugin3/plugin3.qbs",
 | 
						|
    ]
 | 
						|
}
 |