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>
This commit is contained in:
Amir Masoud Abdol 2023-07-20 09:59:29 +02:00 committed by Qt Cherry-pick Bot
parent ce6fbf7407
commit ef7e7663c4

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
project(plugandpaint LANGUAGES CXX) project(echoplugin LANGUAGES CXX)
if(NOT DEFINED INSTALL_EXAMPLESDIR) if(NOT DEFINED INSTALL_EXAMPLESDIR)
set(INSTALL_EXAMPLESDIR "examples") set(INSTALL_EXAMPLESDIR "examples")