From 9297ce9c5a696fb30c105d1ec4ad2745adf5b800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 11 Nov 2015 08:31:04 +0100 Subject: [PATCH] [autotests/client] Use GUILESS_MAIN for TestWindowManagement --- src/wayland/autotests/client/test_wayland_windowmanagement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/autotests/client/test_wayland_windowmanagement.cpp b/src/wayland/autotests/client/test_wayland_windowmanagement.cpp index 9f259cabfe..39296424d4 100644 --- a/src/wayland/autotests/client/test_wayland_windowmanagement.cpp +++ b/src/wayland/autotests/client/test_wayland_windowmanagement.cpp @@ -218,5 +218,5 @@ void TestWindowManagement::cleanup() m_display = nullptr; } -QTEST_MAIN(TestWindowManagement) +QTEST_GUILESS_MAIN(TestWindowManagement) #include "test_wayland_windowmanagement.moc"