summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2019-10-22 15:40:05 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2019-10-25 09:42:32 +0000
commit01ef2851de5cf75d920ebe41889edae68f3b5939 (patch)
tree89e3dd8d8126f0005404b30ce8376b7f7397ba0c
parent9b4c2e4fcbe8700f0cf95cda887476e9a2d3a545 (diff)
downloadqtsensors-01ef2851de5cf75d920ebe41889edae68f3b5939.tar.gz
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 <lorn.potter@gmail.com>
-rw-r--r--tests/auto/qtsensors5/qtsensors5.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtsensors5/qtsensors5.pro b/tests/auto/qtsensors5/qtsensors5.pro
index 45c2b68..a510102 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