diff options
Diffstat (limited to 'tests/auto/qfile/qfile.pro')
-rw-r--r-- | tests/auto/qfile/qfile.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qfile/qfile.pro b/tests/auto/qfile/qfile.pro new file mode 100644 index 0000000..eebfcda --- /dev/null +++ b/tests/auto/qfile/qfile.pro @@ -0,0 +1,9 @@ +TEMPLATE = subdirs +wince*:{ + SUBDIRS = test +} else { + SUBDIRS = test stdinprocess +} + + + |