From 402231c5d9edae3f731bf9a94867d04adf70f68c Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 28 Apr 2021 14:54:36 +0200 Subject: [PATCH] Tests: Fix build Amends 509f40825aa. Change-Id: I4eaca8f1ad43ab8f3e5e92d313de334f42ed4905 Reviewed-by: hjk --- tests/auto/toolchaincache/toolchaincache.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/toolchaincache/toolchaincache.pro b/tests/auto/toolchaincache/toolchaincache.pro index cdb1ca0bb79..8b04cc317fa 100644 --- a/tests/auto/toolchaincache/toolchaincache.pro +++ b/tests/auto/toolchaincache/toolchaincache.pro @@ -1,4 +1,6 @@ include(../qttest.pri) +QT += network + SOURCES += \ tst_toolchaincache.cpp