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"