From 01ef2851de5cf75d920ebe41889edae68f3b5939 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Tue, 22 Oct 2019 15:40:05 +0200 Subject: Don't ask for gui when we don't need it Its inclusion in QT broke builds that are fine without it. Change-Id: I457def5945dc3db5b2cf2137c9de1917e941d0c3 Task-number: QTBUG-79353 Reviewed-by: Lorn Potter --- tests/auto/qtsensors5/qtsensors5.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/qtsensors5/qtsensors5.pro b/tests/auto/qtsensors5/qtsensors5.pro index 45c2b68e..a5101024 100644 --- a/tests/auto/qtsensors5/qtsensors5.pro +++ b/tests/auto/qtsensors5/qtsensors5.pro @@ -1,6 +1,6 @@ TEMPLATE=app TARGET=tst_qtsensors5 !no_system_tests:CONFIG += testcase -QT = core testlib gui qml +QT = core testlib qml SOURCES += tst_qtsensors5.cpp -- cgit v1.2.3