forked from qt-creator/qt-creator
		
	it's the correct variable to use. Change-Id: I9ec7795099097715a64969516cd3fae9e213a0f4 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			371 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			371 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
include(../shared/shared.pri)
 | 
						|
 | 
						|
# Inject the source dir for referencing test data from shadow builds.
 | 
						|
DEFINES += SRCDIR=\\\"$$PWD\\\"
 | 
						|
 | 
						|
SOURCES += tst_cxx11.cpp
 | 
						|
DISTFILES += \
 | 
						|
    data/inlineNamespace.1.cpp \
 | 
						|
    data/inlineNamespace.1.errors.txt \
 | 
						|
    data/staticAssert.1.cpp \
 | 
						|
    data/staticAssert.1.errors.txt \
 | 
						|
    data/noExcept.1.cpp \
 | 
						|
    data/noExcept.1.errors.txt
 |