feat: 支持 dpkg-buildpackage 打包

支持 dpkg-buildpackage 打包

Log: 支持 dpkg-buildpackage 打包;整理项目目录结构
This commit is contained in:
zty199
2022-11-20 17:49:00 +08:00
parent 1aed5532a3
commit 1b3d161f4d
26 changed files with 192 additions and 723 deletions

View File

@@ -1,6 +1,13 @@
TARGET = spark-webapp-runtime
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
spark-webapp-runtime
CONFIG += ordered
# Update translation files
CONFIG(release, debug|release) {
system(bash $${PWD}/translate_update.sh)
system(bash $${PWD}/translate_generation.sh)
}