We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79aef13 commit 8e5ebd5Copy full SHA for 8e5ebd5
1 file changed
variables.pri
@@ -4,7 +4,7 @@
4
5
APPNAME = Q Light Controller Plus
6
FXEDNAME = Fixture Definition Editor
7
-APPVERSION = 4.11.3 GIT
+APPVERSION = 5.0.0 Alpha3
8
9
# Disable these if you don't want to see GIT short hash in the About Box
10
#unix:REVISION = $$system(git log --pretty=format:'%h' -n 1)
@@ -36,11 +36,11 @@ contains(FORCECONFIG, release) {
36
#DEFINES += QT_NO_DEBUG_OUTPUT
37
} else {
38
# Enable the following 2 lines when making a release
39
- CONFIG -= release
+ CONFIG += release
40
# DEFINES += QT_NO_DEBUG_OUTPUT
41
42
# Disable this when making a release
43
- CONFIG += debug
+ CONFIG -= debug
44
}
45
46
!macx:!ios: {
0 commit comments