File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# know the specific year(s) please let the current maintainer know.
1111#
1212# CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
13- PROJECT_VERSION = 5.4.1
14- RC_VERSION = " _RC1 " # # Begin RC version with underscore
13+ PROJECT_VERSION = " 5.4.1"
14+ RC_VERSION = " -RC1 " # # Begin RC version with minus
1515DEFINES += VERSION =\ \\"v$${PROJECT_VERSION}$${RC_VERSION}\\\"
1616
1717# debug {
@@ -72,11 +72,11 @@ macx {
7272 QMAKE_EXTRA_TARGETS += deploy
7373}
7474win32 {
75- deploy.commands = $$PWD /deployment/windeploy.bat " $$OUT_PWD/release/$$TARGET" " $$QMAKE_QMAKE" " $$PWD" " $${VERSION}_ $${RC_VERSION}"
75+ deploy.commands = $$PWD /deployment/windeploy.bat " $$OUT_PWD/release/$$TARGET" " $$QMAKE_QMAKE" " $$PWD" " $${VERSION}$${RC_VERSION}"
7676 QMAKE_EXTRA_TARGETS += deploy
7777}
7878linux {
79- deploy.commands = $$PWD /deployment/lindeploy.sh " $$OUT_PWD/$$TARGET" " $$QMAKE_QMAKE" " $$PWD" " $${VERSION }$${RC_VERSION}"
79+ deploy.commands = $$PWD /deployment/lindeploy.sh " $$OUT_PWD/$$TARGET" " $$QMAKE_QMAKE" " $$PWD" " $${PROJECT_VERSION }$${RC_VERSION}"
8080 QMAKE_EXTRA_TARGETS += deploy
8181}
8282
You can’t perform that action at this time.
0 commit comments