summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amir.abdol@qt.io>2023-07-20 09:59:29 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-07-31 10:38:57 +0000
commit908bf2bac46734267929a49d9d4c9acd00b54db3 (patch)
tree14c775fba038225975eb0ac9f2c1cc63d336b7ae /examples
parent4595ad68a915af50b04a502259a22719ee32b769 (diff)
Fix the project name
Fixes: QTBUG-115327 Change-Id: I77fc3a98d1658609caa9618430f6e6823b8e1bb5 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 95ed8d1fd9ccc5270b825550085c3a3df2830d5c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/widgets/tools/echoplugin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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")