Skip to content

Commit b91bf2f

Browse files
committed
Back to 5.0.1 debug
1 parent 30b1eea commit b91bf2f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ option(qmlui "Build for QLC+ 5 QML UI" OFF)
55

66
# Set Release build type by default
77
if(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)
99
endif()
1010

1111
# Prevent CMake make install strips off non-standard build paths

variables.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif()
1919

2020
if(qmlui)
2121
add_definitions(-DQMLUI)
22-
set(APPVERSION "5.0.0")
22+
set(APPVERSION "5.0.1 GIT")
2323
else()
2424
set(APPVERSION "4.14.4 GIT")
2525
endif()

variables.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
APPNAME = Q Light Controller Plus
66
FXEDNAME = 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)

0 commit comments

Comments
 (0)