Files
qt5.12.8/tests/auto/other/compiler/compiler.pro
2025-08-26 22:57:23 +08:00

10 lines
240 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
qtConfig(c++11): CONFIG += c++11
qtConfig(c++14): CONFIG += c++14