2012-02-03 13:50:04 +01:00
|
|
|
include(../shared/shared.pri)
|
2012-11-06 12:41:05 +01:00
|
|
|
|
|
|
|
# Inject the source dir for referencing test data from shadow builds.
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
|
2012-02-03 13:50:04 +01:00
|
|
|
SOURCES += tst_cxx11.cpp
|
2014-09-12 14:34:28 +02:00
|
|
|
DISTFILES += \
|
2012-02-09 16:02:27 +01:00
|
|
|
data/inlineNamespace.1.cpp \
|
|
|
|
data/inlineNamespace.1.errors.txt \
|
2018-02-04 16:24:57 +01:00
|
|
|
data/nestedNamespace.1.cpp \
|
|
|
|
data/nestedNamespace.1.errors.txt \
|
2012-02-09 16:02:27 +01:00
|
|
|
data/staticAssert.1.cpp \
|
|
|
|
data/staticAssert.1.errors.txt \
|
|
|
|
data/noExcept.1.cpp \
|
|
|
|
data/noExcept.1.errors.txt
|