summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amir.abdol@qt.io>2023-07-20 09:59:29 +0200
committerAmir Masoud Abdol <amir.abdol@qt.io>2023-07-31 12:38:40 +0200
commit95ed8d1fd9ccc5270b825550085c3a3df2830d5c (patch)
tree85cb50bc24ba72a2ff38cb913d7e2942125eadf9 /examples/widgets
parent7012bea614fb47a07a4626c2e2e2855dba3742b4 (diff)
Fix the project name
Fixes: QTBUG-115327 Pick-to: 6.2 6.5 6.6 Change-Id: I77fc3a98d1658609caa9618430f6e6823b8e1bb5 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'examples/widgets')
-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")