Benchmark: move widgets benchmarks still in gui subdirectory to widgets

Move all widget-dependent benchmarks which were still in gui
subdirectory to widgets

Task-number: QTBUG-23129
Change-Id: I1359f1ea4036cacdfdbe08ff9ecdf1e2c75a005b
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
This commit is contained in:
Christian Ehrlicher 2018-03-22 10:47:02 +01:00
parent e3fa4af68e
commit 3c4ea1b3c6
201 changed files with 16 additions and 20 deletions

View File

@ -1,21 +1,13 @@
TEMPLATE = subdirs
SUBDIRS = \
animation \
graphicsview \
image \
itemviews \
kernel \
math3d \
painting \
styles \
text
TRUSTED_BENCHMARKS += \
graphicsview/functional/GraphicsViewBenchmark \
graphicsview/qgraphicsview \
painting/qtracebench
include(../trusted-benchmarks.pri)
!qtHaveModule(widgets): SUBDIRS -= \
itemviews

View File

@ -1,6 +1,4 @@
TEMPLATE = subdirs
qtHaveModule(widgets): SUBDIRS = \
qapplication \
qwidget \
SUBDIRS = \
qguimetatype \
qguivariant

View File

@ -9,5 +9,4 @@ SUBDIRS = \
!qtHaveModule(widgets): SUBDIRS -= \
qpainter \
qtracebench \
qtbench

View File

@ -29,7 +29,6 @@
#include <qtest.h>
#include <QPainter>
#include <QPixmap>
#include <QDialog>
#include <QImage>
#include <QPaintEngine>
#include <QTileRules>

Some files were not shown because too many files have changed in this diff Show More