summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/cxx11/cxx11.pro
blob: f1b414bc784d1f44deb30c76e5c0061759d5be82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/staticAssert.1.cpp \
    data/staticAssert.1.errors.txt \
    data/noExcept.1.cpp \
    data/noExcept.1.errors.txt