diff options
author | Liang Qi <liang.qi@nokia.com> | 2009-11-13 16:08:05 (GMT) |
---|---|---|
committer | Liang Qi <liang.qi@nokia.com> | 2009-11-13 16:08:05 (GMT) |
commit | 57e2d478c47544c553d2a12237fa30b2c859536b (patch) | |
tree | 011092e46e7f4d216755da1fa9faf36dcbf330e8 /tests/auto/qfile/qfile.pro | |
parent | c4dbc1c3feb04efae2734eb9f80735b47bc0d195 (diff) | |
download | Qt-57e2d478c47544c553d2a12237fa30b2c859536b.zip Qt-57e2d478c47544c553d2a12237fa30b2c859536b.tar.gz Qt-57e2d478c47544c553d2a12237fa30b2c859536b.tar.bz2 |
Fix tst_qfile, disable largefile for symbian.
RevBy: TrustMe
Diffstat (limited to 'tests/auto/qfile/qfile.pro')
-rw-r--r-- | tests/auto/qfile/qfile.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qfile/qfile.pro b/tests/auto/qfile/qfile.pro index f70f750..33fd2fd 100644 --- a/tests/auto/qfile/qfile.pro +++ b/tests/auto/qfile/qfile.pro @@ -5,5 +5,5 @@ wince*:{ SUBDIRS = test stdinprocess } -SUBDIRS += largefile +!symbian*:SUBDIRS += largefile |