spark-web-app-runtime/spark-webapp-runtime.pro
zty199 1b3d161f4d feat: 支持 dpkg-buildpackage 打包
支持 dpkg-buildpackage 打包

Log: 支持 dpkg-buildpackage 打包;整理项目目录结构
2022-11-20 17:49:00 +08:00

14 lines
268 B
Prolog

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