summaryrefslogtreecommitdiffstats
path: root/tests/global
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-22 00:02:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-06 19:16:02 +0100
commita8321f21fb82714771b4717c99dd475f2c74649e (patch)
tree3c71fdf3a9dba34adaf75071e7bf294642dcb2c6 /tests/global
parent33f603c4a3fd277b0cc40335d6649b43e76b7abf (diff)
Add bic data for tst_bic
- Add initial set of amd64 data - Add QtWidgets to global.cfg Task-number: QTQAINFRA-321 Change-Id: I9bffaa00ac01976546629988ac69965383eb2efd Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/global')
-rw-r--r--tests/global/global.cfg14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/global/global.cfg b/tests/global/global.cfg
index f39f4a0cfd..fa02f53341 100644
--- a/tests/global/global.cfg
+++ b/tests/global/global.cfg
@@ -1,12 +1,12 @@
<config>
<modules>
-<module name="QtCore" qtname="core"/>
-<module name="QtDBus" qtname="dbus"/>
-<module name="QtGui" qtname="gui"/>
+<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="QtTest" qtname="testlib"/>
-<module name="QtXml" qtname="xml"/>
-<module name="QtSql" qtname="sql"/>
+<module name="QtOpenGL" qtname="opengl"/>
+<module name="QtSql" qtname="sql"/>
+<module name="QtTest" qtname="testlib"/>
+<module name="QtWidgets" qtname="widgets"/>
</modules>
</config>