Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2018-11-01 14:14:49 +0300
committerLipu Fei <lipu.fei815@gmail.com>2018-11-01 14:15:00 +0300
commitff4dfcf9a6259b477bee7a5685e025df1b6c5b12 (patch)
tree3b553c2c9f2284497d086e1eb0ca94749ade5e45 /CMakeLists.txt
parentcb24549d7d0caa4f010bb0c26a40e0a8ace84a5e (diff)
Make Cura app display name configurable
CURA-5842
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e9bf4b538..deb4e63935 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,6 +17,7 @@ if(CURA_DEBUGMODE)
set(_cura_debugmode "ON")
endif()
+set(CURA_APP_DISPLAY_NAME "Ultimaker Cura" CACHE STRING "Display name of Cura")
set(CURA_VERSION "master" CACHE STRING "Version name of Cura")
set(CURA_BUILDTYPE "" CACHE STRING "Build type of Cura, eg. 'PPA'")
set(CURA_SDK_VERSION "" CACHE STRING "SDK version of Cura")