summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/compiler/compiler.pro
blob: 356013c8f10a90f3410d084ba340f007ab7ffc76 (plain)
1
2
3
4
5
6
7
8
9
10
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