forked from qt-creator/qt-creator
And add a basic test. Change-Id: I3b8b87d51a9da154758d17380bba5922795f675c Reviewed-by: hjk <qthjk@ovi.com>
14 lines
331 B
Prolog
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
|