summaryrefslogtreecommitdiffstats
path: root/src/src.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 /src/src.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 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 6d902497f..ed402c582 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -21,6 +21,6 @@ SUBDIRS += core \
# Another example of where this could be necessary is to make it easy to build proprietery codecs support.
!contains(WEBENGINE_CONFIG, no_ui_delegates): SUBDIRS += webengine/ui
-qtHaveModule(widgets):equals(QT_MAJOR_VERSION, 5):greaterThan(QT_MINOR_VERSION, 2) {
+qtHaveModule(widgets) {
SUBDIRS += webenginewidgets
}