From c16036a74ae56b3363320a5bc8bc7a134ab91d27 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 20 Aug 2009 09:34:14 +0200 Subject: [PATCH] add a 'master' auto.pro with TEMPLATE = subdirs (cherry picked from commit 3739081e8a0ca39e7061822350b90d657094491f) --- tests/auto/auto.pro | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/auto/auto.pro diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro new file mode 100644 index 00000000000..5c94b6cbe63 --- /dev/null +++ b/tests/auto/auto.pro @@ -0,0 +1,8 @@ +TEMPLATE = subdirs + +SUBDIRS += \ + cplusplus \ + debugger \ + extensionsystem \ + fakevim \ + rofilereader