From d2100466d2e6aabc1a6c3c4d0fa8715df159f4ab 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"