From 803b7d651cc5593ef4512d707c9d05c64478b7d6 Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Thu, 3 Nov 2011 14:03:18 +0100 Subject: Refer to v8 directly as a subdirectory. v8 may be specified directly as a subdirectory in tests/auto/auto.pro instead of indirecly referring to v8.pro. Change-Id: I95d8c788fa67958372795519036cd8aec835b324 Reviewed-by: Jason McDonald --- tests/auto/auto.pro | 2 +- tests/auto/v8.pro | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 tests/auto/v8.pro (limited to 'tests') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 8717739ec8..e9d3bfd167 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -11,7 +11,7 @@ SUBDIRS += \ sql \ testlib \ tools \ - v8.pro \ + v8 \ xml \ other \ widgets \ diff --git a/tests/auto/v8.pro b/tests/auto/v8.pro deleted file mode 100644 index d751e4cbeb..0000000000 --- a/tests/auto/v8.pro +++ /dev/null @@ -1,3 +0,0 @@ -TEMPLATE=subdirs -SUBDIRS=\ - v8 -- cgit v1.2.3