summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/compiler/compiler.pro
blob: 5a00e538783409c2ef04b6e1cc97d53f6a2257a5 (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase
TARGET = tst_compiler
SOURCES += tst_compiler.cpp baseclass.cpp derivedclass.cpp othersource.cpp
HEADERS += baseclass.h derivedclass.h
QT = core testlib
qtConfig(c++11): CONFIG += c++11
qtConfig(c++14): CONFIG += c++14