diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-10-08 06:29:19 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-10-08 06:29:19 (GMT) |
commit | f831c60a7ae82511f9a42c1596fe7ad3fe09b97f (patch) | |
tree | fb2fe0214b64d670d35357fa98979f1e42373f7a /tests | |
parent | 8826cc56e2989964d56ca9952e6ab639f1652cfd (diff) | |
download | Qt-f831c60a7ae82511f9a42c1596fe7ad3fe09b97f.zip Qt-f831c60a7ae82511f9a42c1596fe7ad3fe09b97f.tar.gz Qt-f831c60a7ae82511f9a42c1596fe7ad3fe09b97f.tar.bz2 |
Fix for "Braces mismatch \tests\auto\qsqlrecord\qsqlrecord.pro:16"
Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qsqlrecord/qsqlrecord.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qsqlrecord/qsqlrecord.pro b/tests/auto/qsqlrecord/qsqlrecord.pro index 7a72075..39a800e 100644 --- a/tests/auto/qsqlrecord/qsqlrecord.pro +++ b/tests/auto/qsqlrecord/qsqlrecord.pro @@ -9,11 +9,11 @@ symbian { DEPLOYMENT += sqlite } } + + TARGET.EPOCSTACKSIZE=50000 + TARGET.EPOCHEAPSIZE=50000 5000000 } -TARGET.EPOCSTACKSIZE=50000 -TARGET.EPOCHEAPSIZE=50000 5000000 -} QT += sql |