summaryrefslogtreecommitdiffstats
path: root/tests/global
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-01-11 04:46:37 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-14 09:18:43 +0100
commit4bd4c811f230c84a92f792e2d5c87fae407d1db4 (patch)
tree27615b4e9cf26681ad6f3b675ea529ccf5db1af4 /tests/global
parentad028c4110f3ccb5db1b105c716995ad71b877aa (diff)
tst_bic: Add bic data for QtConcurrent and QtPrintSupport
Task-number: QTQAINFRA-321 Change-Id: I2699a13c3d8a7df9b12049e0337501a4e24d2d64 Reviewed-by: Caroline Chao <caroline.chao@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Diffstat (limited to 'tests/global')
-rw-r--r--tests/global/global.cfg18
1 files changed, 10 insertions, 8 deletions
diff --git a/tests/global/global.cfg b/tests/global/global.cfg
index fa02f53341..b2620f4bd6 100644
--- a/tests/global/global.cfg
+++ b/tests/global/global.cfg
@@ -1,12 +1,14 @@
<config>
<modules>
-<module name="QtCore" qtname="core"/>
-<module name="QtDBus" qtname="dbus"/>
-<module name="QtGui" qtname="gui"/>
-<module name="QtNetwork" qtname="network"/>
-<module name="QtOpenGL" qtname="opengl"/>
-<module name="QtSql" qtname="sql"/>
-<module name="QtTest" qtname="testlib"/>
-<module name="QtWidgets" qtname="widgets"/>
+<module name="QtConcurrent" qtname="concurrent"/>
+<module name="QtCore" qtname="core"/>
+<module name="QtDBus" qtname="dbus"/>
+<module name="QtGui" qtname="gui"/>
+<module name="QtNetwork" qtname="network"/>
+<module name="QtOpenGL" qtname="opengl"/>
+<module name="QtPrintSupport" qtname="printsupport"/>
+<module name="QtSql" qtname="sql"/>
+<module name="QtTest" qtname="testlib"/>
+<module name="QtWidgets" qtname="widgets"/>
</modules>
</config>