Merge commit '4f73289602742a7d0ed7a54f50dfef9d538dccb5' into Thunder

This commit is contained in:
2025-11-10 15:32:49 +08:00
17 changed files with 757 additions and 93 deletions

View File

@@ -19,19 +19,21 @@ set(PROJECT_SOURCES
src/mainwindow.ui
src/aptssupdater.h
src/aptssupdater.cpp
src/appdelegate.h # 添加这一行
src/appdelegate.cpp # 添加这一行
src/icons.qrc
src/appdelegate.h
src/appdelegate.cpp
src/applistmodel.h
src/applistmodel.cpp
src/downloadmanager.h
src/downloadmanager.cpp
src/ignoreconfig.h
src/ignoreconfig.cpp
)
if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
qt_add_executable(spark-update-tool
MANUAL_FINALIZATION
${PROJECT_SOURCES}
src/icons.qrc
)
# Define target properties for Android with Qt 6 as:
# set_property(TARGET spark-update-tool APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR