summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfile/qfile.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qfile/qfile.pro')
-rw-r--r--tests/auto/qfile/qfile.pro9
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 0000000000..eebfcdafe9
--- /dev/null
+++ b/tests/auto/qfile/qfile.pro
@@ -0,0 +1,9 @@
+TEMPLATE = subdirs
+wince*:{
+ SUBDIRS = test
+} else {
+ SUBDIRS = test stdinprocess
+}
+
+
+