mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-07-04 20:56:00 +08:00
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)
|
|
}
|