Files
spark-store/src/spark-dstore-patch/spark-dstore-patch.pro
2022-12-09 11:59:04 +08:00

9 lines
270 B
Prolog

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