summaryrefslogtreecommitdiffstats
path: root/tests/auto/bic/gen.sh
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-04-19 10:49:37 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2010-04-19 12:37:04 +0200
commit055bd47f2b98c461aee2dd7c84219ad4bba2aeca (patch)
tree5b482eaaf418b85912bfb30439e9b2b12490eeac /tests/auto/bic/gen.sh
parent4a03f74277427e2487a87fff19ca0082c69bcc75 (diff)
[tst_bic] Update gen.sh to match new libraries
Diffstat (limited to 'tests/auto/bic/gen.sh')
-rwxr-xr-xtests/auto/bic/gen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/bic/gen.sh b/tests/auto/bic/gen.sh
index 47be656c13..4290f9dd40 100755
--- a/tests/auto/bic/gen.sh
+++ b/tests/auto/bic/gen.sh
@@ -49,7 +49,7 @@ if [ "$#" -lt 2 ]; then
fi
if [ "$1" = "-all" ]; then
- modules="QtCore QtGui QtSql QtSvg QtNetwork QtScript QtXml QtXmlPatterns QtOpenGL Qt3Support QtTest QtDBus QtDesigner QtXmlPatterns"
+ modules="QtCore QtGui Qt3Support QtDBus QtDesigner QtHelp QtMultimedia QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg QtTest QtWebKit QtXml QtXmlPatterns phonon"
else
modules="$1"
fi