diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-07-05 14:55:20 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-07-05 16:34:43 +0200 |
commit | 79b4b41c2a663ee57a99aad6f9ad8deeff1b8f51 (patch) | |
tree | cb6b350b448d97b9d9965f51089dd5b00b306c91 /tests/global | |
parent | e193b6020036f1270475a1b9a24dae63621fe693 (diff) | |
download | qttools-79b4b41c2a663ee57a99aad6f9ad8deeff1b8f51.tar.gz |
tst_bic: Remove QtDesignerComponents and QtCLucene data
QtDesignerComponents and QtCLucene are private modules,
so testing for bic doesn't make much sense.
Change-Id: I143db9a69aeaa223156d642a1153f268dc06b757
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests/global')
-rw-r--r-- | tests/global/global.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/global/global.cfg b/tests/global/global.cfg index 066a302e3..e8122aa7f 100644 --- a/tests/global/global.cfg +++ b/tests/global/global.cfg @@ -1,8 +1,6 @@ <config> <modules> -<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> |