From 7ed48038c56643b6d82e67300c1930f944614105 Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Thu, 20 Jul 2023 09:59:29 +0200 Subject: [PATCH] Fix the project name Fixes: QTBUG-115327 Change-Id: I77fc3a98d1658609caa9618430f6e6823b8e1bb5 Reviewed-by: Alexey Edelev (cherry picked from commit 95ed8d1fd9ccc5270b825550085c3a3df2830d5c) Reviewed-by: Qt Cherry-pick Bot --- examples/widgets/tools/echoplugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/widgets/tools/echoplugin/CMakeLists.txt b/examples/widgets/tools/echoplugin/CMakeLists.txt index 69bb6e981af..8c5d38056d3 100644 --- a/examples/widgets/tools/echoplugin/CMakeLists.txt +++ b/examples/widgets/tools/echoplugin/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -project(plugandpaint LANGUAGES CXX) +project(echoplugin LANGUAGES CXX) set(CMAKE_AUTOMOC ON)