forked from qt-creator/qt-creator
		
	Change-Id: Ia204ad0aeaeba2afb753e5bc54cf02285a9100e5 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
		
			
				
	
	
		
			17 lines
		
	
	
		
			348 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			348 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
isEmpty(QTCREATOR_TESTVARS_PRI_INCLUDED) {
 | 
						|
 | 
						|
    QTCREATOR_TESTVARS_PRI_INCLUDED = 1
 | 
						|
 | 
						|
    QTC_BUILD_TESTS = $$(QTC_BUILD_TESTS)
 | 
						|
    !isEmpty(QTC_BUILD_TESTS):TEST = $$QTC_BUILD_TESTS
 | 
						|
 | 
						|
    !isEmpty(BUILD_TESTS):TEST = 1
 | 
						|
 | 
						|
    isEmpty(TEST):CONFIG(debug, debug|release) {
 | 
						|
        !debug_and_release|build_pass {
 | 
						|
            TEST = 1
 | 
						|
        }
 | 
						|
    }
 | 
						|
 | 
						|
}
 |