diff options
author | Liang Qi <liang.qi@nokia.com> | 2011-03-22 16:13:21 +0100 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-04-27 12:06:03 +0200 |
commit | 46fd47e741bb498588062676e9fa45a461635b01 (patch) | |
tree | 06351696d86cc1fedf56b7eb19b3f00e15baa358 /tests | |
parent | 9368f83a4a7e60e62cceade88a17212bc256ec21 (diff) | |
download | qtsvg-46fd47e741bb498588062676e9fa45a461635b01.tar.gz |
Modularized tst_bic and add some helper functions for global test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/global/global.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/global/global.cfg b/tests/global/global.cfg new file mode 100644 index 0000000..c72fc2f --- /dev/null +++ b/tests/global/global.cfg @@ -0,0 +1,5 @@ +<config> +<modules> +<module name="QtSvg" qtname="svg"/> +</modules> +</config> |