summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/webenginequick.pro
diff options
context:
space:
mode:
authorBalazs Egedi <egedib@inf.u-szeged.hu>2021-06-16 14:55:18 +0200
committerMichal Klocek <michal.klocek@qt.io>2021-07-06 13:05:49 +0000
commita060012ecef7ecc60f5518b6718136b22a10dc6b (patch)
treef8caddb6190f3a4bea0b8e1e161b9e0708333181 /src/webenginequick/webenginequick.pro
parentccb3fece7d9306bf2c02fcd80505d6a4c3822f35 (diff)
Remove Quick Controls 1 UIDelegates and introduce UIDelegates test
- Renamed Controls2Delegates to ControlsDelegates - Removed option to use Quick Controls 1 delegates - Added test to check if controls are shown Task-number: QTBUG-93666 Change-Id: Iccca948615309285db7fc57d14fb1cdcdef28051 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu> (cherry picked from commit 4fe808a8c0ecd143199781e9644a46e4b1b90653) Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/webenginequick/webenginequick.pro')
-rw-r--r--src/webenginequick/webenginequick.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webenginequick/webenginequick.pro b/src/webenginequick/webenginequick.pro
index fe27ee089..17b3bd0fa 100644
--- a/src/webenginequick/webenginequick.pro
+++ b/src/webenginequick/webenginequick.pro
@@ -14,6 +14,5 @@ qtConfig(webenginequick-testsupport) {
}
qtConfig(webenginequick-ui-delegates) {
- SUBDIRS += ui \
- ui2
+ SUBDIRS += ui
}