summaryrefslogtreecommitdiffstats
path: root/tests/global
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2011-03-22 16:13:21 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:06:03 +0200
commit6a1d5f8723e7deb1b187cef2695976559957413a (patch)
tree47ef26e0eaf9116a9761b36c3f192bb346dd6241 /tests/global
parent2e1af58417783bd37e13d6d1794ac845d1bc3c21 (diff)
Modularized tst_bic and add some helper functions for global test
Diffstat (limited to 'tests/global')
-rw-r--r--tests/global/global.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/global/global.cfg b/tests/global/global.cfg
new file mode 100644
index 0000000000..f39f4a0cfd
--- /dev/null
+++ b/tests/global/global.cfg
@@ -0,0 +1,12 @@
+<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="QtTest" qtname="testlib"/>
+<module name="QtXml" qtname="xml"/>
+<module name="QtSql" qtname="sql"/>
+</modules>
+</config>