forked from qt-creator/qt-creator
		
	Before we had to provide the puppet in the packaging. Now we compile the puppet on demand so we can be sure it is always there in the right version and working. Task-number: QTCREATORBUG-11763 Change-Id: I8556ef677ed27fbcc8a7775dced60230104e3237 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			152 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			152 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
| TARGET = qml2puppet
 | |
| 
 | |
| TEMPLATE = app
 | |
| CONFIG += console
 | |
| 
 | |
| build_all:!build_pass {
 | |
|     CONFIG -= build_all
 | |
|     CONFIG += release
 | |
| }
 | |
| 
 | |
| include(qml2puppet.pri)
 |