forked from qt-creator/qt-creator
Change-Id: I05e85dac15e7de52ad04bde899dcc3cb8e603d3e Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
14 lines
373 B
Prolog
14 lines
373 B
Prolog
include(../shared/shared.pri)
|
|
|
|
# Inject the source dir for referencing test data from shadow builds.
|
|
DEFINES += SRCDIR=\\\"$$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
|