From 16e163227cace5306569c050b2f4451963632a44 Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Tue, 11 Aug 2020 20:10:48 +0200 Subject: Don't depend on tools for the qtestlib examples Only widgets is required here, so drop the dependency on QT_BUILD_PARTS and just depend on widgets. Change-Id: Idaae547b69ffd91681900b33c73e4a341011c30c Reviewed-by: Joerg Bornemann (cherry picked from commit 53da069b3294b45db05feca751a6d4569eb8c7ab) --- examples/qtestlib/qtestlib.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/qtestlib/qtestlib.pro b/examples/qtestlib/qtestlib.pro index 4a7663a088..bbebe0a950 100644 --- a/examples/qtestlib/qtestlib.pro +++ b/examples/qtestlib/qtestlib.pro @@ -1,4 +1,4 @@ -requires(contains(QT_BUILD_PARTS,tools):qtHaveModule(widgets)) +requires(qtHaveModule(widgets)) TEMPLATE = subdirs SUBDIRS = tutorial1 tutorial2 tutorial3 tutorial4 tutorial5 -- cgit v1.2.3