mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-03-23 05:49:43 +08:00
update spark-update-tool/spark-update-tool.pro.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
@@ -38,12 +38,17 @@ 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
|
||||
}
|
||||
|
||||
# Remove Windows and macOS specific sections since we're focusing on Linux
|
||||
# Remove Windows and macOS specific sections since we're focusing on Linux
|
||||
Reference in New Issue
Block a user