Files
qt-creator/tests/auto/cplusplus/cxx11/cxx11.pro
Erik Verbruggen d679dc4d53 C++: Added tests for C++11 features.
Change-Id: Ifa0bc37916d3ac3a523580bec15a6685709e7810
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
2012-02-10 08:30:48 +01:00

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