summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/tests.pri
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2016-12-07 13:55:20 +0100
committerMichael BrĂ¼ning <michael.bruning@qt.io>2016-12-07 13:55:20 +0100
commitc7f8e360da41df8b81004fe45f1582845a951c2b (patch)
tree32cf6ecb336af7d89a0a86153bb07ee49f23baa9 /tests/auto/widgets/tests.pri
parent3d000cfc013158f56c0b088c9ee99b03938ef50b (diff)
parent5ec330cec86cd7781ced295790ce93ac8748dcc4 (diff)
Merge remote-tracking branch 'origin/5.8' into dev
Conflicts: src/3rdparty Change-Id: Ie7b7c469aa24716816a23b8fe7a8df9f477a9f67
Diffstat (limited to 'tests/auto/widgets/tests.pri')
-rw-r--r--tests/auto/widgets/tests.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/tests.pri b/tests/auto/widgets/tests.pri
index ca19a9496..14074cd08 100644
--- a/tests/auto/widgets/tests.pri
+++ b/tests/auto/widgets/tests.pri
@@ -12,7 +12,7 @@ INCLUDEPATH += $$PWD
RESOURCES += ../resources/tests.qrc
exists($$_PRO_FILE_PWD_/$${TARGET}.qrc): RESOURCES += $${TARGET}.qrc
-QT += testlib network webenginewidgets widgets
+QT += testlib network webenginewidgets widgets quick quickwidgets
macx: CONFIG -= app_bundle
# This define is used by some tests to look up resources in the source tree