forked from qt-creator/qt-creator
		
	Change-Id: Ifa0bc37916d3ac3a523580bec15a6685709e7810 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
include(../../qttest.pri)
 | 
						|
include(../shared/shared.pri)
 | 
						|
SOURCES += tst_cxx11.cpp
 | 
						|
OTHER_FILES += \
 | 
						|
    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
 |