summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernd Weimer <bweimer@blackberry.com>2013-04-09 11:03:53 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-09 12:02:50 +0200
commitb19ca723198a549874eb4c49c21431aa84d04e96 (patch)
tree9d85fb7de3d40a197877f5a5d84948c0d00f2deb /tests
parentaac0603f0e49c99d146e00244b67d986eef52cdf (diff)
Fixed manual sensor test
Widgets module was missing in project file Change-Id: I4b5ba34a35e6097231b134b967b03689ca71fa0d Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/sensor_explorer/sensor_explorer.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/sensor_explorer/sensor_explorer.pro b/tests/manual/sensor_explorer/sensor_explorer.pro
index c8de3f2d..f14709c2 100644
--- a/tests/manual/sensor_explorer/sensor_explorer.pro
+++ b/tests/manual/sensor_explorer/sensor_explorer.pro
@@ -1,7 +1,7 @@
TEMPLATE=app
TARGET=sensor_explorer
-QT = core gui sensors
+QT = widgets sensors
FORMS=\
explorer.ui