diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-01-14 03:58:09 -0800 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-22 22:23:20 +0100 |
commit | 3c2e143bde82b468ba3352750b31c4e3e3fa0f86 (patch) | |
tree | df3cf17d85b4666764900f652c753b94d2d4bb6a /tests/global | |
parent | 9b0b4e799aadde36521acff0dc3439b4eae51877 (diff) | |
download | qttools-3c2e143bde82b468ba3352750b31c4e3e3fa0f86.tar.gz |
tst_bic: Add bic data for linux-gcc-ia32
Adding bic data for the following modules:
- QtCLucene
- QtDesigner
- QtDesignerComponents
- QtHelp
- QtUiTools
Change-Id: I1886fa9f6659c0a97d6b428d4667cd032f06afbd
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests/global')
-rw-r--r-- | tests/global/global.cfg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/global/global.cfg b/tests/global/global.cfg index 2dbbf3879..066a302e3 100644 --- a/tests/global/global.cfg +++ b/tests/global/global.cfg @@ -1,7 +1,9 @@ <config> <modules> -<module name="QtDesigner" qtname="designer"/> -<module name="QtHelp" qtname="help"/> -<module name="QtCLucene" qtname="clucene"/> +<module name="QtCLucene" qtname="clucene"/> +<module name="QtDesigner" qtname="designer"/> +<module name="QtDesignerComponents" qtname="designercomponents"/> +<module name="QtHelp" qtname="help"/> +<module name="QtUiTools" qtname="uitools"/> </modules> </config> |