From 24b5f01726351c6e6e925bfaf4c7575f469ad0d0 Mon Sep 17 00:00:00 2001
From: Peter Varga <pvarga@inf.u-szeged.hu>
Date: Wed, 27 Sep 2017 15:04:09 +0200
Subject: [PATCH] Fix enabling testsupport API when private_tests config is set

Change-Id: Ia58fa1bcb1151c0db061df8cbc8f1bf6dc379805
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
---
 configure.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.json b/configure.json
index c623ebe87..ba7a84273 100644
--- a/configure.json
+++ b/configure.json
@@ -449,7 +449,7 @@
         },
         "testsupport": {
             "label": "Test Support",
-            "autoDetect": "config.private_tests || call.isTestsInBuildParts",
+            "autoDetect": "features.private_tests || call.isTestsInBuildParts",
             "output": [ "privateFeature" ]
         },
         "webrtc": {
-- 
GitLab