forked from qt-creator/qt-creator
		
	... and remove all instances that became redundant now. this excludes everything that comes from outside qtc, or looks like it could "leave" it. Change-Id: Idc8baad17cd1ffdc5e160ec48ea3292d633a2562 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
		
			
				
	
	
		
			14 lines
		
	
	
		
			304 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			304 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
TARGET = tst_json
 | 
						|
QT = core testlib
 | 
						|
CONFIG -= app_bundle
 | 
						|
CONFIG += testcase
 | 
						|
 | 
						|
TESTDATA += test.json test.bjson test3.json test2.json bom.json
 | 
						|
 | 
						|
INCLUDEPATH += ../../../src/shared/json
 | 
						|
 | 
						|
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
 | 
						|
 | 
						|
include(../../../src/shared/json/json.pri)
 | 
						|
SOURCES += tst_json.cpp
 |