Skip to content

Commit

Permalink
Disable automatic version bumper (bug in Qt Creator?)
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Mar 6, 2022
1 parent 4f7165c commit e3f7498
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions toeterm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ VER = 1.9.10
REL = 1

VERSION = $${VER}-$${REL}
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
# This doesn't get executed anymore, for whatever reason.
# CMD_OUT = $$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"

Expand All @@ -28,7 +29,9 @@ SOURCES += \
src/util.cpp \
src/keyloader.cpp

OTHER_FILES += qml/*
OTHER_FILES += \
qml/* \
update-spec-version.sh

RESOURCES += \
resources.qrc
Expand Down

0 comments on commit e3f7498

Please sign in to comment.