mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-01-12 06:18:28 +08:00
1b3d161f4d
支持 dpkg-buildpackage 打包 Log: 支持 dpkg-buildpackage 打包;整理项目目录结构
14 lines
268 B
Prolog
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)
|
|
}
|