2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_compiler
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_compiler.cpp baseclass.cpp derivedclass.cpp
|
|
|
|
HEADERS += baseclass.h derivedclass.h
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2012-08-01 11:19:40 +00:00
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|