mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-12-15 03:22:05 +08:00
feat: 支持 dpkg-buildpackage 打包
支持 dpkg-buildpackage 打包 Log: 支持 dpkg-buildpackage 打包;整理项目目录结构
This commit is contained in:
@@ -31,7 +31,18 @@ SOURCES += \
|
||||
webengineurlrequestinterceptor.cpp
|
||||
|
||||
RESOURCES += \
|
||||
imgs.qrc
|
||||
resources/resources.qrc
|
||||
|
||||
TRANSLATIONS += \
|
||||
translations/spark-webapp-runtime_zh_CN.ts
|
||||
|
||||
# Default rules for deployment.
|
||||
qnx: target.path = /tmp/$${TARGET}/bin
|
||||
else: unix:!android: target.path = /opt/durapps/$${TARGET}/bin
|
||||
!isEmpty(target.path): INSTALLS += target
|
||||
|
||||
# Rules for deployment
|
||||
qm.files += translations/*.qm
|
||||
qm.path = /opt/durapps/$${TARGET}/share/$${TARGET}/translations
|
||||
|
||||
INSTALLS += qm
|
||||
|
||||
Reference in New Issue
Block a user