Merge pull request #14145 from Chocobo1/define

Generate version header when configuring project
This commit is contained in:
Mike Tzou
2021-01-06 11:38:55 +08:00
committed by GitHub
19 changed files with 77 additions and 32 deletions

View File

@@ -85,7 +85,8 @@ HEADERS += \
$$PWD/utils/password.h \
$$PWD/utils/random.h \
$$PWD/utils/string.h \
$$PWD/utils/version.h
$$PWD/utils/version.h \
$$PWD/version.h
SOURCES += \
$$PWD/asyncfilestorage.cpp \