From 01bf423d67d5e6f8de5ec51a6b85178492681ca9 Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Thu, 14 Dec 2023 10:26:58 +0100 Subject: Remove echo plugin Remove echo plugin code and documentation. Fixes: QTBUG-119981 Pick-to: 6.7 Change-Id: I4083ac6cdb768facaed041241af2c5ee6e28df50 Reviewed-by: Volker Hilsheimer --- examples/widgets/tools/tools.pro | 5 ----- 1 file changed, 5 deletions(-) (limited to 'examples/widgets/tools/tools.pro') diff --git a/examples/widgets/tools/tools.pro b/examples/widgets/tools/tools.pro index 5a8b6ec7ce..533fa25377 100644 --- a/examples/widgets/tools/tools.pro +++ b/examples/widgets/tools/tools.pro @@ -2,13 +2,8 @@ TEMPLATE = subdirs SUBDIRS = \ completer \ customcompleter \ - echoplugin \ regularexpression \ styleplugin \ treemodelcompleter \ undoframework -!qtConfig(library) { - SUBDIRS -= \ - echoplugin -} -- cgit v1.2.3