From b74cae4dbe0887b6d0a97cf4c87a4f9d70d2eb9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sat, 3 Oct 2015 10:04:28 +0200 Subject: [PATCH] [autotests] And remove the problematic code Last version of 4b917da861ce1c61da5fa6eceee0214246d0513c was even worse: doesn't compile. So let's just remove it completely. --- autotests/wayland/kwin_wayland_test.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/autotests/wayland/kwin_wayland_test.h b/autotests/wayland/kwin_wayland_test.h index 72715156e8..180a223870 100644 --- a/autotests/wayland/kwin_wayland_test.h +++ b/autotests/wayland/kwin_wayland_test.h @@ -60,9 +60,6 @@ int main(int argc, char *argv[]) \ KWin::WaylandTestApplication app(argc, argv); \ app.setAttribute(Qt::AA_Use96Dpi, true); \ TestObject tc; \ -#if (QT_VERSION >= QT_VERSION_CHECK(5, 5, 0)) \ - QTest::setMainSourcePath("anonymous"); \ -#endif \ return QTest::qExec(&tc, argc, argv); \ }