同步3.5版本的更改

This commit is contained in:
2022-12-09 11:32:15 +08:00
parent 2ec4b1f4d4
commit f0604afcfc
21 changed files with 1473 additions and 101 deletions

View File

@@ -0,0 +1,9 @@
TARGET = spark-dstore-patch
TEMPLATE += app
QT += widgets
SOURCES += spark-dstore-tool.cpp
# Default rules for deployment.
qnx: target.path = /tmp/spark-store/bin
else: unix:!android: target.path = /opt/durapps/spark-store/bin
!isEmpty(target.path): INSTALLS += target