From 95ed8d1fd9ccc5270b825550085c3a3df2830d5c Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Thu, 20 Jul 2023 09:59:29 +0200 Subject: Fix the project name Fixes: QTBUG-115327 Pick-to: 6.2 6.5 6.6 Change-Id: I77fc3a98d1658609caa9618430f6e6823b8e1bb5 Reviewed-by: Alexey Edelev --- examples/widgets/tools/echoplugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/widgets/tools/echoplugin/CMakeLists.txt') diff --git a/examples/widgets/tools/echoplugin/CMakeLists.txt b/examples/widgets/tools/echoplugin/CMakeLists.txt index cfe76f4a73..548c23fd65 100644 --- a/examples/widgets/tools/echoplugin/CMakeLists.txt +++ b/examples/widgets/tools/echoplugin/CMakeLists.txt @@ -2,7 +2,7 @@ # SPDX-License-Identifier: BSD-3-Clause cmake_minimum_required(VERSION 3.16) -project(plugandpaint LANGUAGES CXX) +project(echoplugin LANGUAGES CXX) if(NOT DEFINED INSTALL_EXAMPLESDIR) set(INSTALL_EXAMPLESDIR "examples") -- cgit v1.2.3