mirror of https://github.com/qt/qtbase.git
11 lines
304 B
Prolog
11 lines
304 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++11
|
|
contains(QT_CONFIG, c++14): CONFIG += c++14
|
|
|
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|