From aeb408d7fe79bc5576848865777d25f52e36aa42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 24 May 2016 11:46:40 +0200 Subject: [PATCH] [autotests/libinput] Use GUILESS_MAIN in TestLibinputDevice No need to have a QGuiApplication for this test. --- autotests/libinput/device_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/libinput/device_test.cpp b/autotests/libinput/device_test.cpp index b1bf1a10dd..e3051aec4f 100644 --- a/autotests/libinput/device_test.cpp +++ b/autotests/libinput/device_test.cpp @@ -414,5 +414,5 @@ void TestLibinputDevice::testLeftHanded() QCOMPARE(leftHandedChangedSpy.isEmpty(), (supported && initValue) == expectedValue); } -QTEST_MAIN(TestLibinputDevice) +QTEST_GUILESS_MAIN(TestLibinputDevice) #include "device_test.moc"