We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec3d7f commit e5fdecdCopy full SHA for e5fdecd
src/src.pro
@@ -10,6 +10,8 @@ if(!defined(VERSION, var)) {
10
VERSION = $$system(git --no-pager show --pretty=oneline --no-notes | head -1 | cut -b-40)
11
}
12
13
+DEFINES += QT_DISABLE_DEPRECATED_UP_TO=0x05FFFF
14
+
15
VERSTR = '\\"$${VERSION}\\"' # place quotes around the version string
16
DEFINES += VER=\"$${VERSTR}\" # create a VER macro containing the version string
17
0 commit comments