fix: app version
This commit is contained in:
parent
1b240f21ee
commit
70d47ab5de
|
@ -13,6 +13,9 @@ isEmpty(APP_VERSION) {
|
|||
APP_VERSION=1.0.0
|
||||
}
|
||||
|
||||
win32: VERSION = $${APP_VERSION}.0
|
||||
else: VERSION = $${APP_VERSION}
|
||||
|
||||
isEmpty(PREFIX) {
|
||||
PREFIX = /usr/local
|
||||
}
|
||||
|
@ -431,7 +434,6 @@ RESOURCES += \
|
|||
|
||||
RC_ICONS = images/devcpp.ico images/associations/c.ico images/associations/cpp.ico images/associations/dev.ico images/associations/c.ico images/associations/cpp.ico images/associations/h.ico images/associations/hpp.ico
|
||||
|
||||
|
||||
# fixed lrelease.prf
|
||||
qtPrepareTool(QMAKE_LRELEASE, lrelease)
|
||||
|
||||
|
|
Loading…
Reference in New Issue