Skip to content

Commit

Permalink
Fix the project name
Browse files Browse the repository at this point in the history
Fixes: QTBUG-115327
Pick-to: 6.2 6.5 6.6
Change-Id: I77fc3a98d1658609caa9618430f6e6823b8e1bb5
Reviewed-by: Alexey Edelev <[email protected]>
  • Loading branch information
amirmasoudabdol committed Jul 31, 2023
1 parent 7012bea commit 95ed8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/widgets/tools/echoplugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 95ed8d1

Please sign in to comment.