forked from qt-creator/qt-creator
		
	Introduced with aaf05f5acd.
Change-Id: I74707cf0af0dd8058536acdee19750583193ed8b
Reviewed-by: hjk <hjk@theqtcompany.com>
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			401 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			401 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
| QTC_LIB_DEPENDS += utils ssh
 | |
| QTC_PLUGIN_DEPENDS += debugger projectexplorer
 | |
| include(../../qttest.pri)
 | |
| include($$IDE_SOURCE_TREE/src/plugins/valgrind/valgrind_test.pri)
 | |
| TARGET = tst_callgrindparsertests
 | |
| 
 | |
| DEFINES += "PARSERTESTS_DATA_DIR=\\\"$$_PRO_FILE_PWD_/data\\\""
 | |
| #enable extra debugging code
 | |
| DEFINES += "CALLGRINDPARSERTESTS"
 | |
| 
 | |
| SOURCES += callgrindparsertests.cpp
 | |
| HEADERS += callgrindparsertests.h
 |