chore:添加忽略更新配置

This commit is contained in:
2025-09-30 22:10:05 +08:00
parent 0f82cc54d0
commit 7b26c6dd9c
3 changed files with 143 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
src/appdelegate.h src/appdelegate.cpp
src/applistmodel.h src/applistmodel.cpp
src/downloadmanager.h src/downloadmanager.cpp
src/ignoreconfig.h src/ignoreconfig.cpp
)
# Define target properties for Android with Qt 6 as:
# set_property(TARGET spark-update-tool APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR
@@ -72,4 +73,4 @@ install(TARGETS spark-update-tool
if(QT_VERSION_MAJOR EQUAL 6)
qt_finalize_executable(spark-update-tool)
endif()
endif()