forked from qt-creator/qt-creator
		
	instead of directly including the respective pri files in *_dependencies.pri, set variables and let qtcreator.pri resolve them to includes. this will allow us to re-use the dependency info elsewhere. Change-Id: Iaa33924e428ac0409660f42df2f98a7978452d3e Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			255 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			255 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
QTC_LIB_DEPENDS += utils
 | 
						|
include(../qttest.pri)
 | 
						|
 | 
						|
DEFINES -= QT_USE_FAST_OPERATOR_PLUS QT_USE_FAST_CONCATENATION
 | 
						|
 | 
						|
SOURCES += tst_stringutils.cpp \
 | 
						|
#    $$UTILS_PATH/stringutils.cpp
 | 
						|
 | 
						|
#HEADERS += $$UTILS_PATH/stringutils.h \
 | 
						|
#    $$UTILS_PATH/utils_global.h
 |