[autotests] Set breeze icon theme name in integration tests

This is an attempt to get some tests failing on the CI due to not
finding icons fixed. See T8082
This commit is contained in:
Martin Flöser 2018-02-27 18:17:53 +01:00
parent 911176a887
commit e9c72e4e62

View file

@ -48,6 +48,7 @@ WaylandTestApplication::WaylandTestApplication(OperationMode mode, int &argc, ch
: Application(mode, argc, argv)
{
QStandardPaths::setTestModeEnabled(true);
QIcon::setThemeName(QStringLiteral("breeze"));
#ifdef KWIN_BUILD_ACTIVITIES
setUseKActivities(false);
#endif