diff options
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 |