qtbase-opensource-src/tests/benchmarks/corelib/kernel/qobject/qobject.pro

8 lines
136 B
Prolog

TEMPLATE = app
CONFIG += benchmark
QT += widgets testlib
TARGET = tst_bench_qobject
HEADERS += object.h
SOURCES += main.cpp object.cpp