From 27672b3a3acf10cadc95d018b6750c6c9d773d25 Mon Sep 17 00:00:00 2001 From: FDR Date: Mon, 27 May 2019 11:48:54 +0200 Subject: [PATCH] fix build failure when configuring qt with -no-feature-testlib --- tests/tests.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.pro b/tests/tests.pro index 85e4f3a5..4966afe7 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,2 +1,2 @@ TEMPLATE = subdirs -SUBDIRS += auto +qtconfig(testlib): SUBDIRS += auto