summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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>