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 TEMPLATE = subdirs
SUBDIRS = \ SUBDIRS = \
animation \ animation \
graphicsview \
image \ image \
itemviews \
kernel \ kernel \
math3d \ math3d \
painting \ painting \
styles \
text text
TRUSTED_BENCHMARKS += \ TRUSTED_BENCHMARKS += \
graphicsview/functional/GraphicsViewBenchmark \
graphicsview/qgraphicsview \
painting/qtracebench painting/qtracebench
include(../trusted-benchmarks.pri) include(../trusted-benchmarks.pri)
!qtHaveModule(widgets): SUBDIRS -= \
itemviews

View File

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

View File

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

View File

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

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