summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtouchevent/qtouchevent.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qtouchevent/qtouchevent.pro')
-rw-r--r--tests/manual/qtouchevent/qtouchevent.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/manual/qtouchevent/qtouchevent.pro b/tests/manual/qtouchevent/qtouchevent.pro
index 81384eaf24..4ba921d301 100644
--- a/tests/manual/qtouchevent/qtouchevent.pro
+++ b/tests/manual/qtouchevent/qtouchevent.pro
@@ -1,5 +1,4 @@
-QT += testlib
-greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+QT += testlib widgets
SOURCES = main.cpp \
touchwidget.cpp
FORMS += form.ui