From f48db1f85505b11d13ced1786faaad46cd788cb4 Mon Sep 17 00:00:00 2001 From: Jacob Oursland Date: Thu, 20 Nov 2025 08:24:04 -0800 Subject: [PATCH] Enable Reverse Engineering WB. The Reverse Engineering WB was temporarily disabled as it didn't support Qt6.As it now supports Qt6, it is time to re-enable the WB. --- CMakePresets.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index 283eb95899..d621237efa 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -71,10 +71,6 @@ "type": "BOOL", "value": "ON" }, - "BUILD_REVERSEENGINEERING": { - "type": "BOOL", - "value": "OFF" - }, "ENABLE_DEVELOPER_TESTS": { "type": "BOOL", "value": "ON"