[autotests/wayland] Disable KActivities in the tests

Makes our tests time out, we're too fast in shutting down.
This commit is contained in:
Martin Gräßlin 2015-12-18 16:40:52 +01:00
parent 55bae74aae
commit 5f502c141a

View file

@ -43,6 +43,9 @@ static void readDisplay(int pipe);
WaylandTestApplication::WaylandTestApplication(int &argc, char **argv)
: Application(OperationModeXwayland, argc, argv)
{
#ifdef KWIN_BUILD_ACTIVITIES
setUseKActivities(false);
#endif
qputenv("KWIN_COMPOSE", QByteArrayLiteral("Q"));
WaylandServer *server = WaylandServer::create(this);
QPluginLoader loader(QStringLiteral(KWINBACKENDPATH));