forked from qt-creator/qt-creator
		
	Task-number: QTCREATORBUG-16774 Change-Id: I3de3ac65810213e21c9a3bafef2474d252e191f7 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
		
			
				
	
	
		
			16 lines
		
	
	
		
			444 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			444 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/nestedNamespace.1.cpp \
 | 
						|
    data/nestedNamespace.1.errors.txt \
 | 
						|
    data/staticAssert.1.cpp \
 | 
						|
    data/staticAssert.1.errors.txt \
 | 
						|
    data/noExcept.1.cpp \
 | 
						|
    data/noExcept.1.errors.txt
 |