summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-07-01 18:24:39 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-08-01 15:32:41 +0200
commitf5e77e9481ed32564d6692f317dbc387b5b464ce (patch)
treed42d5055bc063a83a27aae04633aab5c76307ce5 /tests/auto/auto.pro
parent7696dcdb51b30e1a95d8a9b604aeaf58be9f50cf (diff)
Drop 5.2 support
We actually already depend on dev (5.4) in other areas. Change-Id: Iab297a51ab06209a96f11f97c74463d38203eda8 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 4c59f400b..f14305f72 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,6 +2,6 @@ TEMPLATE = subdirs
SUBDIRS = quick
-qtHaveModule(webenginewidgets):equals(QT_MAJOR_VERSION, 5):greaterThan(QT_MINOR_VERSION, 2) {
+qtHaveModule(webenginewidgets) {
SUBDIRS += widgets
}