559964849a
Uses the scripts and tests we already have for lancelot as a painting benchmark. Change-Id: Idf8a55e2261162e619f6dbb567dc19f8dc96da4e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
14 lines
336 B
Prolog
14 lines
336 B
Prolog
TEMPLATE = app
|
|
TARGET = tst_bench_lancebench
|
|
|
|
QT += testlib gui-private
|
|
|
|
|
|
SOURCES += tst_lancebench.cpp
|
|
|
|
SOURCES += ../../../../auto/other/lancelot/paintcommands.cpp
|
|
HEADERS += ../../../../auto/other/lancelot/paintcommands.h
|
|
RESOURCES += ../../../../auto/other/lancelot/images.qrc
|
|
|
|
TESTDATA += ../../../../auto/other/lancelot/scripts/*
|