Files
qt-creator/tests/auto/cplusplus/cxx11/cxx11.pro
Christian Kamm 813846232b C++11: Allow for brace initializers like T v{1, 2}.
And add a basic test.

Change-Id: I3b8b87d51a9da154758d17380bba5922795f675c
Reviewed-by: hjk <qthjk@ovi.com>
2012-09-17 14:47:14 +02:00

14 lines
331 B
Prolog

include(../../qttest.pri)
include(../shared/shared.pri)
DEFINES+=TESTSRCDIR=\\\"$$PWD\\\"
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