f3ecda32e0
Also moves the openglwindow test to the opengl folder, as it makes use of these classes. Task-number: QTBUG-74409 Change-Id: Id9f0013cedcc8bd1e87122c005641d7298525045 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
14 lines
366 B
Prolog
14 lines
366 B
Prolog
TEMPLATE = app
|
|
TARGET = tst_bench_lancebench
|
|
|
|
QT += testlib gui-private
|
|
qtConfig(opengl): QT += opengl
|
|
|
|
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/*
|