51e501fa8d
Change-Id: I1955320e7639760b4383a53f37a506c8055933ef Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
9 lines
224 B
Prolog
9 lines
224 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_compiler
|
|
SOURCES += tst_compiler.cpp baseclass.cpp derivedclass.cpp othersource.cpp
|
|
HEADERS += baseclass.h derivedclass.h
|
|
QT = core testlib
|
|
contains(QT_CONFIG, c++11): CONFIG += c++14 c++11
|
|
|
|
|