aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Smith <daniel.smith@qt.io>2021-06-14 13:31:42 +0200
committerDaniel Smith <Daniel.Smith@qt.io>2021-06-14 12:21:10 +0000
commit6d298da7cda85b35aa22c68aac55fdb6513e68eb (patch)
treea7dcf276cecb0cffd7ee49864f9000433532e591
parent7c6ae74e549df65e73a9aafc641e702dee969a5a (diff)
Change the QMLBench project name to be different than the executable
Qt's Cmake build system no longer allows the project name to be the same as any of the executables to be built. Change-Id: I1e28acacc4a1e48440f97f979c5417df650a47c2 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dcf53a0..1b274be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.15.0)
include(.cmake.conf)
-project(QMLBench
+project(QMLBenchProject
VERSION "${QT_REPO_MODULE_VERSION}"
DESCRIPTION "QMLBench" # special case
HOMEPAGE_URL "https://qt.io/"