From 2d2e8a18e59adde641373f1801652eacbd02387a Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 25 Feb 2010 17:00:24 +1000 Subject: Remove `make check' logic from auto.pro. The `check' target is now automatically recursive on all subdirs projects. --- tests/auto/auto.pro | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 3d25656..f3885a7 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -590,10 +590,3 @@ contains(QT_CONFIG, declarative): SUBDIRS += declarative xmlpatternsxqts \ xmlpatternsxslts - -############### make check recursively for testcases ################## -check.CONFIG = recursive -check.recurse = $$SUBDIRS -check.recurse_target = check -QMAKE_EXTRA_TARGETS += check -########################################################### -- cgit v0.12