add app_version info (nsis package script needs it)
This commit is contained in:
parent
50f3ec06f1
commit
95cc1070ff
|
@ -20,6 +20,11 @@ RedPandaIDE.depends = astyle consolepauser qsynedit
|
|||
qsynedit.depends = redpanda_qt_utils
|
||||
|
||||
APP_NAME = RedPandaCPP
|
||||
include(version.inc)
|
||||
|
||||
!isEmpty(APP_VERSION_SUFFIX): {
|
||||
APP_VERSION = "$${APP_VERSION}$${APP_VERSION_SUFFIX}"
|
||||
}
|
||||
|
||||
win32: {
|
||||
SUBDIRS += \
|
||||
|
|
Loading…
Reference in New Issue