aboutsummaryrefslogtreecommitdiffstats
path: root/tests/global
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-07-05 11:46:19 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-20 09:42:08 +0200
commit00e6e6cedd73685364acaf55180144d1f7d7f71e (patch)
treea6f41620e4a845fbfa80d54ba6dea7bec8b58960 /tests/global
parenta95f2998dbd08494bba136a060cc8d454b5f7cc8 (diff)
test: Add 5.0.0/5.1.0 bic data for linux-gcc-ia32
QtQuick and QtQuickTest data was missing from before, so taking the opportunity to add it now. Change-Id: I120ecd440c0c25e338aa2badafec6e1eddae5425 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/global')
-rw-r--r--tests/global/global.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/global/global.cfg b/tests/global/global.cfg
index 28c9378699..9457f9a8b6 100644
--- a/tests/global/global.cfg
+++ b/tests/global/global.cfg
@@ -1,5 +1,7 @@
<config>
<modules>
-<module name="QtQml" qtname="qml"/>
+<module name="QtQml" qtname="qml"/>
+<module name="QtQuick" qtname="quick"/>
+<module name="QtQuickTest" qtname="qmltest"/>
</modules>
</config>