Skip to content

Commit 8e5ebd5

Browse files
committed
QLC+ 5.0.0 Alpha3
1 parent 79aef13 commit 8e5ebd5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

variables.pri

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
APPNAME = Q Light Controller Plus
66
FXEDNAME = Fixture Definition Editor
7-
APPVERSION = 4.11.3 GIT
7+
APPVERSION = 5.0.0 Alpha3
88

99
# Disable these if you don't want to see GIT short hash in the About Box
1010
#unix:REVISION = $$system(git log --pretty=format:'%h' -n 1)
@@ -36,11 +36,11 @@ contains(FORCECONFIG, release) {
3636
#DEFINES += QT_NO_DEBUG_OUTPUT
3737
} else {
3838
# Enable the following 2 lines when making a release
39-
CONFIG -= release
39+
CONFIG += release
4040
# DEFINES += QT_NO_DEBUG_OUTPUT
4141

4242
# Disable this when making a release
43-
CONFIG += debug
43+
CONFIG -= debug
4444
}
4545

4646
!macx:!ios: {

0 commit comments

Comments
 (0)