From 51bd35a9f92e2637e8b747de61a6cead73829e32 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 1 Nov 2023 12:05:07 +0000 Subject: [PATCH] qtconnectivity: enable ptest Issues resolved and the tests can be enabled. Pick-to: 6.6 6.5 Change-Id: Ia50bf85c006fef63a65762bd37204f86299e7bf9 Reviewed-by: Mikko Gronoff --- recipes-qt/qt6/qtconnectivity_git.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-qt/qt6/qtconnectivity_git.bb b/recipes-qt/qt6/qtconnectivity_git.bb index e5c4851..8e042cb 100644 --- a/recipes-qt/qt6/qtconnectivity_git.bb +++ b/recipes-qt/qt6/qtconnectivity_git.bb @@ -14,9 +14,6 @@ inherit qt6-cmake include recipes-qt/qt6/qt6-git.inc include recipes-qt/qt6/qt6.inc -# QTBUG-93565 -PTEST_ENABLED = "0" - DEPENDS += "qtbase qtdeclarative qtdeclarative-native" PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}"