2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_compiler
|
2014-06-18 21:30:50 +00:00
|
|
|
SOURCES += tst_compiler.cpp baseclass.cpp derivedclass.cpp othersource.cpp
|
2011-04-27 10:05:43 +00:00
|
|
|
HEADERS += baseclass.h derivedclass.h
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core testlib
|
2016-08-05 11:35:39 +00:00
|
|
|
qtConfig(c++11): CONFIG += c++11
|
|
|
|
qtConfig(c++14): CONFIG += c++14
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
|