update spark-update-tool/spark-update-tool.pro.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2026-03-15 12:51:57 +00:00
committed by Gitee
parent 1477994b66
commit d0608308e5
+7 -2
View File
@@ -38,10 +38,15 @@ RESOURCES += \
# Linux-specific settings
unix:!macx {
# Installation paths for Linux
target.path = $$[QT_INSTALL_BINS]
# 安装到 /usr/bin 目录
target.path = /usr/bin
INSTALLS += target
# 如果需要安装其他文件(如桌面文件图标等),可以添加
# desktop.path = /usr/share/applications
# desktop.files = spark-update-tool.desktop
# INSTALLS += desktop
# Additional Linux specific configurations if needed
QMAKE_CXXFLAGS += -Wall -Wextra
}