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>
This commit is contained in:
Sergio Ahumada 2013-01-11 04:46:37 -08:00 committed by The Qt Project
parent ad028c4110
commit 4bd4c811f2
3 changed files with 20849 additions and 8 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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>