File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ option(qmlui "Build for QLC+ 5 QML UI" OFF)
55
66# Set Release build type by default
77if (NOT CMAKE_BUILD_TYPE )
8- set (CMAKE_BUILD_TYPE "Release " CACHE STRING "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE )
8+ set (CMAKE_BUILD_TYPE "Debug " CACHE STRING "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE )
99endif ()
1010
1111# Prevent CMake make install strips off non-standard build paths
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ endif()
1919
2020if (qmlui)
2121 add_definitions (-DQMLUI )
22- set (APPVERSION "5.0.0 " )
22+ set (APPVERSION "5.0.1 GIT " )
2323else ()
2424 set (APPVERSION "4.14.4 GIT" )
2525endif ()
Original file line number Diff line number Diff line change 55APPNAME = Q Light Controller Plus
66FXEDNAME = Fixture Definition Editor
77!qmlui: APPVERSION = 4.14.4 GIT
8- qmlui: APPVERSION = 5.0.0
8+ qmlui: APPVERSION = 5.0.1 GIT
99
1010# Disable these if you don't want to see GIT short hash in the About Box
1111# unix:REVISION = $$system(git log --pretty=format:'%h' -n 1)
You can’t perform that action at this time.
0 commit comments