aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-03-16 14:54:27 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2022-03-16 13:54:55 +0000
commit12923a433fc1962c70dff7401e4e520b1fe9bbc1 (patch)
tree9a5ce9439026a20f094a9b4a7e87027e819b5d3c
parentbed1d5dbf508d5ba62ce4f20c325c0004e9d6cdc (diff)
QmlDesigner: Add App postfix to project name in cmakelists.txt
Change-Id: Idae3a257ce8b93b7f172fe4a64d548cde54ab7ef Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/projects/common/CMakeLists.main.txt.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/common/CMakeLists.main.txt.tpl b/share/qtcreator/qmldesigner/studio_templates/projects/common/CMakeLists.main.txt.tpl
index a9e002ccfe..f105c83c55 100644
--- a/share/qtcreator/qmldesigner/studio_templates/projects/common/CMakeLists.main.txt.tpl
+++ b/share/qtcreator/qmldesigner/studio_templates/projects/common/CMakeLists.main.txt.tpl
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.18)
-project(%{ProjectName} LANGUAGES CXX)
+project(%{ProjectName}App LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)